Skip to content

Commit 05eb3de

Browse files
committed
Add PY2 support
1 parent eb4c566 commit 05eb3de

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docker/1.1.0/final/Dockerfile.cpu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM pytorch-base:1.1.0-cpu-py3
1+
ARG py_version
2+
FROM pytorch-base:1.1.0-cpu-py$py_version
23

34
LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true
45

docker/1.1.0/final/Dockerfile.gpu

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM pytorch-base:1.1.0-gpu-py3
1+
ARG py_version
2+
FROM pytorch-base:1.1.0-gpu-py$py_version
23

34
LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true
45

0 commit comments

Comments
 (0)