From 9b583d313c7e5f123c2e4ace72dca6a02e79b75f Mon Sep 17 00:00:00 2001 From: Marina von Steinkirch Date: Sun, 31 Jul 2016 22:43:59 -0700 Subject: [PATCH] deepdream readme --- Code/deepdream/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Code/deepdream/README.md b/Code/deepdream/README.md index bced268..123fc37 100644 --- a/Code/deepdream/README.md +++ b/Code/deepdream/README.md @@ -48,16 +48,17 @@ Run the notebook with: ```shell $ cd caffe/examples -$ jupyter notebook --ip=0.0.0.0 --port=8888 dream.ipynb --no-browser & -$ disown +$ jupyter notebook --port=8888 dream.ipynb --no-browser & ``` Open it in your browser with the instance's IP and port 8888. If this does not work, try to make a tunnel: ```shell -$ ssh -i -N -L localhost:8888:0.0.0.0:8888 ubuntu@ +$ ssh -i -N -f -L localhost:8888:localhost:8888 ubuntu@ ``` +Note: add your AWS key to your ```~/.ssh/config``` file to avoid having to type it in all the time. + ## Running it in a Dockerfile