added packages
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
d0bb48898e
commit
73dd80502d
|
@ -109,6 +109,13 @@ WORKDIR /tmp
|
|||
RUN mamba install --quiet --yes \
|
||||
'notebook' \
|
||||
'jupyterhub' \
|
||||
'numba' \
|
||||
'cython' \
|
||||
'matplotlib-base' \
|
||||
'pandas' \
|
||||
'scipy' \
|
||||
'scikit-image' \
|
||||
'scikit-learn' \
|
||||
'jupyterlab' && \
|
||||
jupyter notebook --generate-config && \
|
||||
mamba clean --all -f -y && \
|
||||
|
|
Loading…
Reference in New Issue