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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,13 @@ All of them can be installed via `conda` (`anaconda`), e.g.
35
35
conda install jupyter
36
36
```
37
37
38
+
39
+
or create an conda env with all dependencies via environment file
40
+
41
+
```
42
+
conda env create -f environment.yml
43
+
```
44
+
38
45
## Docker image
39
46
40
47
Alternatively, you can use a Docker image that exposes a Jupyter Notebook with all required dependencies. To build this image ensure you have both [docker](https://www.docker.com/) and [nvidia-docker](https://github.com/NVIDIA/nvidia-docker) installed, then run
0 commit comments