Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create docker image for course requirements #2

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
Update README.md
Add support for downloaded data
  • Loading branch information
ai2160 authored Jun 4, 2017
commit addd3e777d775e45d6c8400c9101f4aa518316f6
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ docker build . -t cs224:latest
This will soon be unnecessary as the image will be hosted on docker hub.

* Step 2:

```
docker run -it --rm -p 8888:8888 -v $PWD:/notebooks --name cs224_container cs224
docker run -it --rm -p 8888:8888 -v $PWD:/notebooks -v ~<your usename here>/Downloads:/data --name cs224_container cs224
```
Download and unzip new datasets to default **~/Downloads** folder. This folder is available in the jupyter notebook as **/data**