Skip to content

Commit

Permalink
jupyter-covid19: pin pip<20.3, add fastai (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored Dec 3, 2020
1 parent 5fd91ec commit dd7a983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyter-covid19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN touch /home/jovyan/covid19-notebook/peregrine.py
RUN chown -R jovyan:users /home/jovyan/covid19-notebook

# premade notebooks dependencies
RUN pip install --upgrade 'pip<20.3' # pip 20.3 causes dependency resolution issues
RUN pip install -r /home/jovyan/covid19-notebook/requirements.txt

USER $NB_UID
Expand Down

0 comments on commit dd7a983

Please sign in to comment.