From 2f163db630d4a4b245b132248e3ba89c2e75d8f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Berm=C3=BAdez=20Schettino?= Date: Fri, 6 Dec 2019 15:42:35 +0100 Subject: [PATCH] Readme: Update Docker image name Replace link to gcr.io and link instead to the same image on Docker Hub. See link to tensorflow/tensorflow:r0.9rc0-devel below. https://hub.docker.com/layers/tensorflow/tensorflow/r0.9rc0-devel/images/sha256-8519aa28b3b47319511aedf896d0d914c5a8e28e5664a098f572165ed229c72d --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c85ecb0..ed17ba0 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ In addition, please `pip install` the following packages: ```bash $ git clone git@github.com:openai/InfoGAN.git -$ docker run -v $(pwd)/InfoGAN:/InfoGAN -w /InfoGAN -it -p 8888:8888 gcr.io/tensorflow/tensorflow:r0.9rc0-devel +$ docker run -v $(pwd)/InfoGAN:/InfoGAN -w /InfoGAN -it -p 8888:8888 tensorflow/tensorflow:r0.9rc0-devel root@X:/InfoGAN# pip install -r requirements.txt root@X:/InfoGAN# python launchers/run_mnist_exp.py ```