Skip to content

Commit

Permalink
Activated venv
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-shepherd committed Jan 9, 2025
1 parent 76c6f89 commit 04de008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/jobs/single-step/r/accidents/docker-context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt-get update -qq && \
apt-get install -y python3-venv

RUN /usr/bin/python3 -m venv /usr/venv/
RUN bash /usr/venv/activate

RUN ln -f /usr/bin/python3 /usr/bin/python
RUN ln -f /usr/bin/pip3 /usr/bin/pip
Expand Down

0 comments on commit 04de008

Please sign in to comment.