added plugins
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
73dd80502d
commit
2c45f6996b
|
@ -128,6 +128,11 @@ RUN mamba install --quiet --yes \
|
||||||
ENV JUPYTER_PORT=8888
|
ENV JUPYTER_PORT=8888
|
||||||
EXPOSE $JUPYTER_PORT
|
EXPOSE $JUPYTER_PORT
|
||||||
|
|
||||||
|
RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-sandbox-theme
|
||||||
|
RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-data-pool
|
||||||
|
RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-training
|
||||||
|
RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-synthetic-data
|
||||||
|
|
||||||
# Configure container startup
|
# Configure container startup
|
||||||
CMD ["start-notebook.sh"]
|
CMD ["start-notebook.sh"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue