Skip to content
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

Update deeplearning-platfrom-release image in Dockerfile #384

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/python/tensorflow_cloud/tuner/cloud_fit_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,10 @@ you can skip the setup and authentication steps and start from step 8.
Create a dockerfile as follows:

```shell
# Using DLVM base image. For GPU training use
# gcr.io/deeplearning-platform-release/tf2-gpu instead.
FROM gcr.io/deeplearning-platform-release/tf2-cpu
# Using DLVM base image.
# List of images to choose from: https://cloud.google.com/deep-learning-containers/docs/choosing-container
# Check for correct image according to CPU / GPU need.
FROM gcr.io/deeplearning-platform-release/tf-cpu.2-8
WORKDIR /root

# Path configuration
Expand Down