Skip to content

Commit bfc11cc

Browse files
committed
update readme
1 parent 9ed0011 commit bfc11cc

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
# docker_notebook
2-
A docker that provides a direct jupyter notebook interface
1+
# 3ML Full Environment docker
2+
3+
To run this docker first pull it
4+
5+
```bash
6+
7+
docker pull threeml/notebook:1.0.0
8+
9+
```
10+
11+
The you `cd` to the directory you want to work and run:
12+
13+
```bash
14+
15+
docker run -it --rm -p 8008:8888 -v $PWD:/workdir -w /workdir threeml/notebook
16+
17+
```
18+
19+
20+
This will lunch a Jupyter notebook server in that directory allowing you to run 3ML with all required packages installed.
21+

0 commit comments

Comments
 (0)