Skip to content

Commit

Permalink
Adding workaround for pip error
Browse files Browse the repository at this point in the history
See pypa/setuptools#937 for more details.
  • Loading branch information
tjdett committed Jan 30, 2017
1 parent 5d5f10d commit c22c04d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apt-get update && \
python3-tk && \
apt-get clean

RUN pip3 install --upgrade packaging appdirs
RUN pip3 install ipython jupyter
RUN pip3 install numpy pandas matplotlib gitpython
RUN pip3 install scipy netCDF4
Expand Down

0 comments on commit c22c04d

Please sign in to comment.