We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c542468 commit 76c6f89Copy full SHA for 76c6f89
cli/jobs/single-step/r/accidents/docker-context/Dockerfile
@@ -7,8 +7,8 @@ RUN apt-get update -qq && \
7
8
RUN /usr/bin/python3 -m venv /usr/venv/
9
10
-RUN ln -f /usr/venv/python3 /usr/bin/python
11
-RUN ln -f /usr/venv/pip3 /usr/bin/pip
+RUN ln -f /usr/bin/python3 /usr/bin/python
+RUN ln -f /usr/bin/pip3 /usr/bin/pip
12
13
# Install azureml-mlflow
14
0 commit comments