Skip to content

Commit

Permalink
Update Dockerfile to MASSpy = 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhughes authored Jan 4, 2024
1 parent 0e03769 commit 1611f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ 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.6
RUN pip install --no-cache-dir masspy==0.1.7

USER jovyan

0 comments on commit 1611f1d

Please sign in to comment.