Skip to content

Add Dockerfile for TF 1.14 #221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 15, 2019

Conversation

Richardwan7
Copy link

Description of changes:
*Add Dockerfile for TF 1.14 for both cpu and gpu.
Pinned GCC to 4.9 before installation of Horovod for Horovod to compile correctly with Tensorflow, and remove GCC pinning after installation of Horovod.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

# Install Open MPI
RUN mkdir /tmp/openmpi && \
cd /tmp/openmpi && \
curl -fSsL -O https://www.open-mpi.org/software/ompi/v3.1/downloads/openmpi-3.1.2.tar.gz && \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's update to v4.0.0

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@Richardwan7 Richardwan7 merged commit e4cc41e into aws:merge-dockerfile Jul 15, 2019
Elizaaaaa pushed a commit to Elizaaaaa/sagemaker-tensorflow-container that referenced this pull request Nov 4, 2019
* Add Dockerfile for TF 1.14

* Update packages to latest

* Update openmpi to 4.0
Elizaaaaa pushed a commit to Elizaaaaa/sagemaker-tensorflow-container that referenced this pull request Nov 4, 2019
* Add Dockerfile for TF 1.14

* Update packages to latest

* Update openmpi to 4.0
Elizaaaaa pushed a commit to Elizaaaaa/sagemaker-tensorflow-container that referenced this pull request Nov 4, 2019
* Add Dockerfile for TF 1.14

* Update packages to latest

* Update openmpi to 4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants