Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Jun 15, 2024
1 parent 7bbe0bb commit efc5d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ RUN set -ex \

# Create virtualenvs for Python3
RUN set -ex \
&& virtualenv --system-site-packages -p $(which python3.7) /virtualenv/env3
&& virtualenv --system-site-packages -p $(which python3.8) /virtualenv/env3

# Install PyPI packages
RUN set -ex \
Expand Down

0 comments on commit efc5d64

Please sign in to comment.