Skip to content

Commit 07c8550

Browse files
laurenyuEliza Zhang
authored andcommitted
Pin Horovod version (aws#218)
1 parent ae26ee9 commit 07c8550

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docker/1.13.1/Dockerfile.cpu

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,9 @@ ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PYTHONIOENCODING=UTF-8 LANG=C.U
7373

7474
ARG framework_support_installable=sagemaker_tensorflow_container-2.0.0.tar.gz
7575
COPY $framework_support_installable .
76-
<<<<<<< HEAD
7776
ARG TF_URL="https://tensorflow-aws.s3-us-west-2.amazonaws.com/1.13/AmazonLinux/cpu/latest-patch-latest-patch/tensorflow-1.13.1-cp36-cp36m-linux_x86_64.whl"
7877

7978
RUN ${PIP} --no-cache-dir install --upgrade pip setuptools
80-
=======
81-
ARG TF_URL="https://s3-us-west-2.amazonaws.com/tensorflow-aws/1.13/AmazonLinux/cpu/latest-patch-s3_testcopy.patch/tensorflow-1.13.1-cp36-cp36m-linux_x86_64.whl"
82-
83-
RUN ${PIP} --no-cache-dir install --upgrade pip setuptools
84-
>>>>>>> Merge dockerfiles
8579

8680
# Some TF tools expect a "python" binary
8781
RUN ln -s $(which ${PYTHON}) /usr/local/bin/python
@@ -113,4 +107,4 @@ RUN ${PIP} install --no-cache-dir -U \
113107

114108
ENV SAGEMAKER_TRAINING_MODULE sagemaker_tensorflow_container.training:main
115109

116-
CMD ["bin/bash"]
110+
CMD ["bin/bash"]

0 commit comments

Comments
 (0)