You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get the latest version of the container image run:
28
27
```sh
29
28
docker pull akashin/coursera-aml-nlp
30
29
```
31
-
This will download all dependencies that should in total take approximately 2.3GB.
30
+
It containes Ubuntu 16.04 Linux distirbutive and all dependencies that you need for our course. The downloaded image takes approximately 2.3GB.
32
31
33
32
**Note:** If you are getting an error "Got permission denied while trying to connect to the Docker daemon socket...", you need to add current user to the docker group:
34
33
```sh
@@ -44,7 +43,7 @@ Now you can start new container from this image with:
44
43
```sh
45
44
docker run -it -p 127.0.0.1:8080:8080 --name coursera-aml-nlp akashin/coursera-aml-nlp
46
45
```
47
-
This will start the Ubuntu instance and give you an access to its' command line.
46
+
This will start the Ubuntu instance and give you an access to its command line. You can type `run_notebook` to launch IPython notebook server.
48
47
49
48
You may find it useful to mount a directory from your local machine within the container using `-v` option:
0 commit comments