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 81d6fed commit 4e03f3aCopy full SHA for 4e03f3a
docker/1.2.0/py3/Dockerfile.gpu
@@ -143,7 +143,7 @@ COPY src/sagemaker_pytorch_container/deep_learning_container.py /usr/local/bin/d
143
RUN chmod +x /usr/local/bin/start_with_right_hostname.sh
144
RUN chmod +x /usr/local/bin/deep_learning_container.py
145
146
-COPY sagemaker_pytorch_container-1.2-py2.py3-none-any.whl /sagemaker_pytorch_container-1.2-py2.py3-none-any.whl
+COPY dist/sagemaker_pytorch_container-1.2-py2.py3-none-any.whl /sagemaker_pytorch_container-1.2-py2.py3-none-any.whl
147
RUN pip install --no-cache-dir /sagemaker_pytorch_container-1.2-py2.py3-none-any.whl && \
148
rm /sagemaker_pytorch_container-1.2-py2.py3-none-any.whl
149
0 commit comments