Skip to content

Commit

Permalink
address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jul 8, 2024
1 parent 2dfb8b9 commit 667ffd1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ RUN tar -xvf Python-3.10.14.tgz
RUN ./Python-3.10.14/configure --enable-optimizations
RUN make altinstall

###################### Use python 3.10 by default

RUN python3.10 -m venv /venv
ENV PATH /venv/bin:$PATH

Expand Down

0 comments on commit 667ffd1

Please sign in to comment.