Skip to content

Commit 04de008

Browse files
committed
Activated venv
1 parent 76c6f89 commit 04de008

File tree

1 file changed

+1
-0
lines changed
  • cli/jobs/single-step/r/accidents/docker-context

1 file changed

+1
-0
lines changed

cli/jobs/single-step/r/accidents/docker-context/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update -qq && \
66
apt-get install -y python3-venv
77

88
RUN /usr/bin/python3 -m venv /usr/venv/
9+
RUN bash /usr/venv/activate
910

1011
RUN ln -f /usr/bin/python3 /usr/bin/python
1112
RUN ln -f /usr/bin/pip3 /usr/bin/pip

0 commit comments

Comments
 (0)