Skip to content

Commit

Permalink
Activated venv/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-shepherd committed Jan 9, 2025
1 parent 04de008 commit 54b4922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/jobs/single-step/r/accidents/docker-context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +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 bash /usr/venv/bin/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 54b4922

Please sign in to comment.