Skip to content

Commit 36546bb

Browse files
author
ltetrel
committed
added instruction to run the docker container
1 parent 60b967a commit 36546bb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,13 @@ Join the [brainhack slack](https://brainhack-slack-invite.herokuapp.com/) and th
1515
Breakfast (8:30 am) and lunch are included. The training sessions will run from 9 am to 5 pm both days. All training sessions will be at the Groupe Maurice amphitheatre, at the [centre de recherche de l'institut de gériatrie de Montréal](https://goo.gl/maps/ouhdXKKWtko). 4545 Queen Mary Rd, Montreal, QC H3W 1W6, Canada. Metro station: snowdon (orange/blue lines), côte-des-neiges (blue line).
1616
![CRIUGM](criugm.jpg)
1717

18-
18+
### Usage
19+
20+
To use the docker image, firt after cloning the repository and cd to it, build it :
21+
```
22+
sudo docker build --tag=introml .
23+
```
24+
You can now run the container :
25+
```
26+
sudo docker run -p 8888:8888 -it introml jupyter notebook --notebook-dir=/home/jovyan/work/ --allow-root --no-browser --ip=0.0.0.0
27+
```

0 commit comments

Comments
 (0)