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 ```