Skip to content

Commit

Permalink
Ensure correct bdata version to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlaberinto authored May 31, 2019
1 parent 1af4455 commit 15bdb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_musr
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer="[email protected]"
RUN pip install mysql-connector-python

#Install bdata for mudpy for MUD file manipulation/reading
RUN pip install bdata
RUN pip install 'bdata==2.1.0'

#Installing JupyterLab, if not already installed
RUN pip install jupyterlab
Expand Down

0 comments on commit 15bdb74

Please sign in to comment.