added packages
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
maltegrosse 2023-02-01 16:57:31 +01:00
parent d0bb48898e
commit 73dd80502d
1 changed files with 7 additions and 0 deletions

View File

@ -109,6 +109,13 @@ WORKDIR /tmp
RUN mamba install --quiet --yes \ RUN mamba install --quiet --yes \
'notebook' \ 'notebook' \
'jupyterhub' \ 'jupyterhub' \
'numba' \
'cython' \
'matplotlib-base' \
'pandas' \
'scipy' \
'scikit-image' \
'scikit-learn' \
'jupyterlab' && \ 'jupyterlab' && \
jupyter notebook --generate-config && \ jupyter notebook --generate-config && \
mamba clean --all -f -y && \ mamba clean --all -f -y && \