Skip to content

Commit

Permalink
Install venv module via apt
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jul 18, 2024
1 parent 4852b14 commit 97349fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/data/slurm_docker_images/slurm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ RUN chmod 600 /home/fractal/.ssh/authorized_keys

# FIXME: Python operations below should be repeated for all python versions?

RUN apt-get install python3.9-venv
RUN apt-get install python3.11-venv

# Update pip and install devtools
RUN python3.9 -m pip install --upgrade pip devtools
RUN python3.10 -m pip install --upgrade pip devtools
Expand Down

0 comments on commit 97349fd

Please sign in to comment.