Skip to content

Commit 76c6f89

Browse files
committed
Added reverted ln change
1 parent c542468 commit 76c6f89

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN apt-get update -qq && \
77

88
RUN /usr/bin/python3 -m venv /usr/venv/
99

10-
RUN ln -f /usr/venv/python3 /usr/bin/python
11-
RUN ln -f /usr/venv/pip3 /usr/bin/pip
10+
RUN ln -f /usr/bin/python3 /usr/bin/python
11+
RUN ln -f /usr/bin/pip3 /usr/bin/pip
1212

1313
# Install azureml-mlflow
1414

0 commit comments

Comments
 (0)