Skip to content

Commit

Permalink
Updated syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
EvertBunschoten committed Nov 8, 2024
1 parent 5e04f55 commit 3375df2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker/build/Dockerfile_test
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ RUN apt-get update && apt-get install -y \
python3 \
git \
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 \
&& virtualenv -p /usr/bin/python3 /home/ubuntu/pyenv \
&& source /home/ubuntu/pyenv/bin/activate \
&& python3 -m pip install \
ccache && \
apt-get update && \
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 \
Expand Down

0 comments on commit 3375df2

Please sign in to comment.