added plugins
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
maltegrosse 2023-02-01 17:09:59 +01:00
parent 73dd80502d
commit 2c45f6996b
1 changed files with 5 additions and 0 deletions

View File

@ -128,6 +128,11 @@ RUN mamba install --quiet --yes \
ENV JUPYTER_PORT=8888
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
CMD ["start-notebook.sh"]