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
|
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==6.4.12' \
|
||||||
|
'jupyterhub==2.3.1' \
|
||||||
'mathjax' \
|
'mathjax' \
|
||||||
'voila' \
|
'voila' \
|
||||||
'jupyterlab-git' \
|
'jupyterlab-git' \
|
||||||
|
@ -126,7 +128,6 @@ RUN mamba install --quiet --yes \
|
||||||
'scikit-image' \
|
'scikit-image' \
|
||||||
'scikit-learn' \
|
'scikit-learn' \
|
||||||
'jupyterlab==3.4.3' \
|
'jupyterlab==3.4.3' \
|
||||||
'notebook==6.4.12' \
|
|
||||||
'ipywebrtc' && \
|
'ipywebrtc' && \
|
||||||
jupyter notebook --generate-config && \
|
jupyter notebook --generate-config && \
|
||||||
mamba clean --all -f -y && \
|
mamba clean --all -f -y && \
|
||||||
|
|
Loading…
Reference in New Issue