Skip to content

Commit

Permalink
restore partial python version
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Jan 15, 2025
1 parent a9d147e commit 17d5115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ RUN apt-get update && apt-get install -y graphviz wget
# for commandline access to monitoring database
RUN apt-get update && apt-get install -y sqlite3

RUN apt-get update && apt-get install -y python python-dev
RUN apt-get update && apt-get install -y python-venv
RUN apt-get update && apt-get install -y python3 python3-dev
RUN apt-get update && apt-get install -y python3-venv

RUN apt-get update && apt-get install -y gcc build-essential make pkg-config mpich

RUN python -m venv /venv
RUN python3 -m venv /venv

ADD . /parsl
WORKDIR /
Expand Down

0 comments on commit 17d5115

Please sign in to comment.