Skip to content

Commit

Permalink
Merge pull request #1225 from romainx/iss-1215-1
Browse files Browse the repository at this point in the history
Fixes #1215: remove the workaround
  • Loading branch information
romainx authored Jan 28, 2021
2 parents 837c0c8 + 694640d commit 5cb007f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
# Do all this in a single RUN command to avoid duplicating all of the
# files across image layers when the permissions change
RUN conda install --quiet --yes \
# FIXME: Workaround to fix #1215, to be removed once fixed in upstream
'jedi=0.17.2' \
'notebook=6.2.0' \
'jupyterhub=1.3.0' \
'jupyterlab=3.0.5' && \
Expand Down

0 comments on commit 5cb007f

Please sign in to comment.