rollback
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
e50cd78b34
commit
900dabb5f9
11
Dockerfile
11
Dockerfile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue