cv and torch
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Malte Grosse 2023-10-10 23:36:01 +09:00
parent 68a14eea4e
commit d607559cf2
1 changed files with 3 additions and 3 deletions

View File

@ -117,12 +117,11 @@ RUN mamba install --quiet --yes \
'notebook==6.4.12' \
'jupyterhub==2.3.1' \
'mathjax' \
'voila' \
'voila==0.3.7' \
'jupyterlab-git' \
'numba' \
'cython' \
'matplotlib' \
'opencv-python-headless' \
'pandas' \
'scipy' \
'scikit-image' \
@ -148,7 +147,8 @@ RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/p
#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
RUN pip install --extra-index-url https://git.sandbox.iuk.hdm-stuttgart.de/api/packages/grosse/pypi/simple jupyterlab-sandbox-announcement
RUN pip install voila==0.3.7
RUN pip torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116
RUN pip install opencv-python-headless
# Configure container startup
CMD ["start-notebook.sh"]