Skip to content

Commit

Permalink
Merge pull request #30 from jhudsl/addPythonPackages
Browse files Browse the repository at this point in the history
Python -- try to add some common packages to the ottr_python Dockerfile
  • Loading branch information
kweav authored Aug 15, 2024
2 parents f6120b4 + 76693a6 commit a44cc26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ottr_python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ LABEL maintainer="[email protected]"
# Install python
RUN apt-get -y --no-install-recommends install \
python3-pip python3-dev

# Install some python packages
RUN pip3 install \
numpy matplotlib pandas seaborn plotnine scikit-learn scipy

0 comments on commit a44cc26

Please sign in to comment.