Skip to content

Commit 4e03f3a

Browse files
fededosreismvsusp
authored andcommitted
Update Dockerfile.gpu (#131)
1 parent 81d6fed commit 4e03f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/1.2.0/py3/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ COPY src/sagemaker_pytorch_container/deep_learning_container.py /usr/local/bin/d
143143
RUN chmod +x /usr/local/bin/start_with_right_hostname.sh
144144
RUN chmod +x /usr/local/bin/deep_learning_container.py
145145

146-
COPY sagemaker_pytorch_container-1.2-py2.py3-none-any.whl /sagemaker_pytorch_container-1.2-py2.py3-none-any.whl
146+
COPY dist/sagemaker_pytorch_container-1.2-py2.py3-none-any.whl /sagemaker_pytorch_container-1.2-py2.py3-none-any.whl
147147
RUN pip install --no-cache-dir /sagemaker_pytorch_container-1.2-py2.py3-none-any.whl && \
148148
rm /sagemaker_pytorch_container-1.2-py2.py3-none-any.whl
149149

0 commit comments

Comments
 (0)