Skip to content

Commit

Permalink
Change to Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhughes authored Jan 8, 2024
1 parent 1605323 commit b5ed9e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN apt-get update && \
add-apt-repository -y universe && \
apt-get -y install libncurses5-dev libncursesw5-dev libncurses5

RUN pip install --no-cache-dir masspy==0.1.7
RUN pip install python==3.8
RUN pip install --upgrade numpy==1.13
RUN pip install --no-cache-dir masspy==0.1.7

USER jovyan

0 comments on commit b5ed9e6

Please sign in to comment.