Skip to content

Commit

Permalink
Added required python modules
Browse files Browse the repository at this point in the history
  • Loading branch information
EvertBunschoten committed Nov 8, 2024
1 parent 5208af1 commit 5e04f55
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docker/build/Dockerfile_test
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ RUN apt-get update && apt-get install -y \
&& apt-get install -y python3-virtualenv \
&& apt-get install -y python3.12-venv \
&& python3 -m venv /home/unbuntu/pyenv \
&& virtualenv -p /usr/bin/python3 /home/ubuntu/pyenv
# && source /home/ubuntu/pyenv/bin/activate \
# && python3 -m pip install \
# numpy \
# pickled \
# CoolProp \
# cantera \
# tqdm \
# matplotlib \
# tensorflow \
# scikit-learn \
# pyfiglet
&& virtualenv -p /usr/bin/python3 /home/ubuntu/pyenv \
&& source /home/ubuntu/pyenv/bin/activate \
&& python3 -m pip install \
numpy \
pickled \
CoolProp \
cantera \
tqdm \
matplotlib \
tensorflow \
scikit-learn \
pyfiglet
# && virtualenv -p /usr/bin/python3 /home/ubuntu/pyenv \
# && python -m ensurepip --upgrade \
# && python -m pip install CoolProp tensorflow
Expand Down

0 comments on commit 5e04f55

Please sign in to comment.