rollback
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Malte Grosse 2023-10-10 12:31:40 +09:00
parent e50cd78b34
commit 900dabb5f9
1 changed files with 6 additions and 5 deletions

View File

@ -112,17 +112,18 @@ RUN CONDA_OVERRIDE_CUDA="11.2" conda install tensorflow-gpu==2.11.0 -c conda-for
RUN CONDA_OVERRIDE_CUDA="11.2" conda install -c conda-forge pytorch-gpu RUN CONDA_OVERRIDE_CUDA="11.2" conda install -c conda-forge pytorch-gpu
WORKDIR /tmp WORKDIR /tmp
RUN mamba install --quiet --yes \ RUN mamba install --quiet --yes \
'notebook' \ 'mathjax' \
'jupyterhub' \ 'voila' \
'jupyterlab-git' \ 'jupyterlab-git' \
'numba' \ 'numba' \
'cython' \ 'cython' \
'matplotlib-base' \ 'matplotlib' \
'jupyter-collaboration' \
'pandas' \ 'pandas' \
'scipy' \ 'scipy' \
'scikit-image' \ 'scikit-image' \
'scikit-learn' \ 'scikit-learn' \
'jupyterlab' && \ 'ipywebrtc' && \
jupyter notebook --generate-config && \ jupyter notebook --generate-config && \
mamba clean --all -f -y && \ mamba clean --all -f -y && \
npm cache clean --force && \ npm cache clean --force && \
@ -136,7 +137,7 @@ EXPOSE $JUPYTER_PORT
RUN pip install ipywidgets voila jupyter-collaboration mathjax #RUN pip install ipywidgets voila jupyter-collaboration mathjax
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-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-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-training