Skip to content

Commit

Permalink
Move broken dependencies to other place
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Aug 26, 2023
1 parent bb76f2e commit 94427a1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,16 @@ RUN ${PIP} install --no-cache-dir \
jupyterlab \
jupyterhub \
nbconvert \
notebook \
nbclassic \
"notebook<7" \
nteract_on_jupyter

# OGGM(-Hub) requirements
RUN ${PIP} install --no-cache-dir --no-binary :all: --no-build-isolation \
pyct && \
${PIP} install --no-cache-dir --no-binary ipympl,scikit-learn,nbclassic,notebook \
${PIP} install --no-cache-dir --no-binary ipympl,scikit-learn \
scikit-learn \
ipympl \
"notebook<7" \
nbclassic && \
ipympl && \
${PIP} install --no-cache-dir --no-binary :all: \
nbgitpuller \
nbserverproxy \
Expand Down

0 comments on commit 94427a1

Please sign in to comment.