add jh
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
27b117b76e
commit
5c4f00c2eb
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue