add jh
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Malte Grosse 2023-10-10 20:14:37 +09:00
parent 27b117b76e
commit 5c4f00c2eb
1 changed files with 2 additions and 1 deletions

View File

@ -114,6 +114,8 @@ 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
WORKDIR /tmp
RUN mamba install --quiet --yes \
'notebook==6.4.12' \
'jupyterhub==2.3.1' \
'mathjax' \
'voila' \
'jupyterlab-git' \
@ -126,7 +128,6 @@ RUN mamba install --quiet --yes \
'scikit-image' \
'scikit-learn' \
'jupyterlab==3.4.3' \
'notebook==6.4.12' \
'ipywebrtc' && \
jupyter notebook --generate-config && \
mamba clean --all -f -y && \