We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2868241 commit aa3d90aCopy full SHA for aa3d90a
1 file changed
README.md
@@ -41,5 +41,8 @@ sudo docker run --rm -p 8888:8888 -v "$(pwd):/home/jovyan/work" sacbase/sac-jupy
41
To update the Docker image to the latest version, run:
42
43
```bash
44
-sudo docker pull sacbase/sac-jupyter-notebook
+sudo docker pull sacbase/sac-jupyter-notebook:latest
45
```
46
+
47
+We generate a fresh image every week.
48
+To pull or run a specific image, use `sacbase/sac-jupyter-notebook:yyyy-ww` instead, where `yyyy` is the year, and `ww` is the week number.
0 commit comments