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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ In order to pull the docker image you would first need to install `docker` and `
33
33
After installing `docker` and `nvidia-docker2` you can download the SIPEC image by executing:
34
34
35
35
```
36
-
docker pull chadhat/sipec:tf2
36
+
docker pull sipec/sipec:tf2_v1
37
37
```
38
38
39
39
**Note:** In order to run docker without `sudo` you would need to create a docker group and add your user to it. Please follow the instructions on: [https://docs.docker.com/engine/install/linux-postinstall/](https://docs.docker.com/engine/install/linux-postinstall/)
@@ -92,20 +92,20 @@ If your system has multiple GPUs, the `--gpu` flag allows you to run a script on
92
92
93
93
Here are some example command line usages of the pipeline
94
94
<pre><code>
95
-
docker container run -v "<b>RESULTS_PATH</b>:/home/user/results" --runtime=nvidia --rm sipec:main_tf2
95
+
docker run -v "<b>RESULTS_PATH</b>:/home/user/results" --runtime=nvidia --rm sipec/sipec:tf2_v1
0 commit comments