File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
tensorflow/training/docker/2.18/py3/cu125 Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ ARG CUDA_DASH=12-5
5151ARG CUDNN=9.3.0.75
5252ARG NCCL_VERSION=2.23.4-1+cuda12.5
5353
54+ ARG TF_URL=https://framework-binaries.s3.us-west-2.amazonaws.com/tensorflow/r2.18_aws/gpu/2025-01-09-09-51/tensorflow_gpu-2.18.0-cp310-cp310-linux_x86_64.whl
55+
56+
5457# To be passed to ec2 and sagemaker stages
5558ENV PYTHON=${PYTHON}
5659ENV PYTHON_VERSION=${PYTHON_VERSION}
@@ -274,7 +277,7 @@ RUN curl https://aws-dlc-licenses.s3.amazonaws.com/tensorflow-${TF_VERSION}/lice
274277
275278FROM common AS ec2
276279
277- ARG TF_URL=https://framework-binaries.s3.us-west-2.amazonaws.com/tensorflow/r2.16_aws/gpu/2024-07-17-01-40/tensorflow_gpu-2.16.2-cp310-cp310-linux_x86_64.whl
280+ ARG TF_URL
278281
279282RUN ${PIP} install --no-cache-dir -U \
280283 ${TF_URL} \
@@ -323,7 +326,7 @@ RUN apt-get update \
323326LABEL maintainer="Amazon AI"
324327LABEL dlc_major_version="1"
325328
326- ARG TF_URL=https://framework-binaries.s3.us-west-2.amazonaws.com/tensorflow/r2.16_aws/gpu/2024-07-17-01-40/tensorflow_gpu-2.16.2-cp310-cp310-linux_x86_64.whl
329+ ARG TF_URL
327330
328331# sagemaker-specific environment variable
329332ENV SAGEMAKER_TRAINING_MODULE sagemaker_tensorflow_container.training:main
You can’t perform that action at this time.
0 commit comments