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 \
|
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 && \
|
||||||
|
|
Loading…
Reference in New Issue