Skip to content

Commit

Permalink
Added python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
EvertBunschoten committed Nov 8, 2024
1 parent dec76fe commit 85bcb54
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions docker/build/Dockerfile_test
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,25 @@ RUN apt-get update && apt-get install -y \
build-essential \
ccache \
&& apt-get update \
&& apt-get install -y python3-virtualenv
# && apt-get install -y python3.12-venv \
# && python3 -m venv /home/unbuntu/pyenv \
&& apt-get install -y python3-virtualenv \
&& apt-get install -y python3.12-venv \
&& python3 -m venv /home/unbuntu/pyenv \
&& source /home/ubuntu/pyenv/bin/activate \
&& python -m pip install \
numpy \
pickle \
os \
CoolProp \
cantera \
tqdm \
csv \
matplotlib \
random \
tensorflow \
time \
scikit-learn \
time \
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 85bcb54

Please sign in to comment.