We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4691a commit 78ffa8cCopy full SHA for 78ffa8c
test/container/dummy/Dockerfile
@@ -42,6 +42,8 @@ RUN wget https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSIO
42
43
COPY dummy/sagemaker_training.tar.gz /sagemaker_training.tar.gz
44
45
+RUN ${PIP} install --upgrade pip
46
+
47
RUN ${PIP} install --no-cache-dir \
48
/sagemaker_training.tar.gz
49
0 commit comments