diff --git a/{{cookiecutter.project_slug}}/README.md b/{{cookiecutter.project_slug}}/README.md index 0013fe2..495a02e 100644 --- a/{{cookiecutter.project_slug}}/README.md +++ b/{{cookiecutter.project_slug}}/README.md @@ -160,7 +160,7 @@ data folder (abs): /network/tmp1/bronzimi/20191105_cookiecutter/{{ cookiecutter. In a separate shell on your local computer, run the following command: -`ssh -L 19999:.server.mila.quebec:19999 @login.server.mila.quebec` +`ssh -L 19999:.server.mila.quebec:19999 @login.server.mila.quebec -p 2222` where `` is your user name on the Mila cluster and `` is the name of the machine your job is currenty running on (`leto35` in our example). You can then navigate your local browser to `http://localhost:19999/` to view the ressources being used on the cluster and monitor your job. You should see something like this: