Skip to content

Commit

Permalink
Fixed bug where the wrong python environment was created
Browse files Browse the repository at this point in the history
  • Loading branch information
EvertBunschoten committed Nov 8, 2024
1 parent 25658d5 commit c44aedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build/Dockerfile_test
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
apt-get install -y python3.12-venv && \
python3 -m venv /home/ubuntu/pyenv && \
virtualenv -p /usr/bin/python3 /home/ubuntu/pyenv && \
/home/ubuntu/pyenv/bin/activate && \
. /home/ubuntu/pyenv/bin/activate && \
python3 -m pip install \
numpy \
pickled \
Expand Down

0 comments on commit c44aedb

Please sign in to comment.