added jl
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Malte Grosse 2023-10-10 16:24:52 +09:00
parent 7e63215e42
commit d545d44d5a
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@ RUN mamba install --quiet --yes \
'scipy' \ 'scipy' \
'scikit-image' \ 'scikit-image' \
'scikit-learn' \ 'scikit-learn' \
'jupyterlab==4.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 && \