Skip to content

Commit 0dcfd88

Browse files
authored
Add Dockerfiles for Neuron DLC with SDK 2.19.1 (#19)
*Issue #, if available:* *Description of changes:* Add Dockerfiles for Neuron DLC with SDK 2.19.1 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 1e8ab0e commit 0dcfd88

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker/pytorch/inference/1.13.1/Dockerfile.neuronx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true
77
# Neuron SDK components version numbers
88
ARG NEURONX_FRAMEWORK_VERSION=1.13.1.1.15.0
99
ARG NEURONX_DISTRIBUTED_VERSION=0.8.0
10-
ARG NEURONX_CC_VERSION=2.14.213.0
10+
ARG NEURONX_CC_VERSION=2.14.227.0
1111
ARG NEURONX_TRANSFORMERS_VERSION=0.11.351
1212
ARG NEURONX_COLLECTIVES_LIB_VERSION=2.21.46.0-69b77134b
1313
ARG NEURONX_RUNTIME_LIB_VERSION=2.21.41.0-fb1705f5f

docker/pytorch/inference/2.1.2/Dockerfile.neuronx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true
66

77
# Neuron SDK components version numbers
88
ARG NEURONX_DISTRIBUTED_VERSION=0.8.0
9-
ARG NEURONX_CC_VERSION=2.14.213.0
9+
ARG NEURONX_CC_VERSION=2.14.227.0
1010
ARG NEURONX_FRAMEWORK_VERSION=2.1.2.2.2.0
1111
ARG NEURONX_TRANSFORMERS_VERSION=0.11.351
1212
ARG NEURONX_COLLECTIVES_LIB_VERSION=2.21.46.0-69b77134b

docker/pytorch/training/1.13.1/Dockerfile.neuronx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL dlc_major_version="1"
66
# Neuron SDK components version numbers
77
ARG NEURONX_FRAMEWORK_VERSION=1.13.1.1.15.0
88
ARG NEURONX_DISTRIBUTED_VERSION=0.8.0
9-
ARG NEURONX_CC_VERSION=2.14.213.0
9+
ARG NEURONX_CC_VERSION=2.14.227.0
1010
ARG NEURONX_COLLECTIVES_LIB_VERSION=2.21.46.0-69b77134b
1111
ARG NEURONX_RUNTIME_LIB_VERSION=2.21.41.0-fb1705f5f
1212
ARG NEURONX_TOOLS_VERSION=2.18.3.0

docker/pytorch/training/2.1.2/Dockerfile.neuronx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL dlc_major_version="1"
55

66
# Neuron SDK components version numbers
77
ARG NEURONX_DISTRIBUTED_VERSION=0.8.0
8-
ARG NEURONX_CC_VERSION=2.14.213.0
8+
ARG NEURONX_CC_VERSION=2.14.227.0
99
ARG NEURONX_FRAMEWORK_VERSION=2.1.2.2.2.0
1010
ARG NEURONX_COLLECTIVES_LIB_VERSION=2.21.46.0-69b77134b
1111
ARG NEURONX_RUNTIME_LIB_VERSION=2.21.41.0-fb1705f5f

0 commit comments

Comments
 (0)