@@ -63,9 +63,8 @@ system when the container exits, but any changes made to the `~/work` directory
63
63
64
64
## Contributing
65
65
66
- Please see the [ Contributor Guide on ReadTheDocs] ( https://jupyter-docker-stacks.readthedocs.io/en/latest/ ) for
67
- information about how to contribute package updates, recipes, features, tests, and community
68
- maintained stacks.
66
+ Please see the [ Contributor Guide on ReadTheDocs] ( https://jupyter-docker-stacks.readthedocs.io/en/latest/ )
67
+ for information about how to contribute recipes, features, tests, and community maintained stacks.
69
68
70
69
## Maintainer Help Wanted
71
70
@@ -108,15 +107,15 @@ This change is tracked in the issue [#1217](https://github.com/jupyter/docker-st
108
107
## Resources
109
108
110
109
- [ Documentation on ReadTheDocs] ( https://jupyter-docker-stacks.readthedocs.io/en/latest/ )
111
- - [ Issue Tracker on GitHub] ( https://github.com/jupyter/docker-stacks )
110
+ - [ Issue Tracker on GitHub] ( https://github.com/jupyter/docker-stacks/issues )
112
111
- [ Jupyter Discourse Forum] ( https://discourse.jupyter.org/ )
113
112
- [ Jupyter Website] ( https://jupyter.org )
114
113
- [ Images on DockerHub] ( https://hub.docker.com/u/jupyter )
115
114
116
115
## CPU Architectures
117
116
118
117
- We publish containers for both ` x86_64 ` and ` aarch64 ` platforms
119
- - Single-platform images have either ` aarch64 ` or ` x86_64 ` tag prefixes, for example, ` jupyter/base-notebook:aarch64-python-3.10.5 `
118
+ - Single-platform images have either ` aarch64- ` or ` x86_64- ` tag prefixes, for example, ` jupyter/base-notebook:aarch64-python-3.10.5 `
120
119
- Starting from ` 2022-09-21 ` , we create multi-platform images (except ` tensorflow-notebook ` )
121
120
- Starting from ` 2023-06-01 ` , we create multi-platform ` tensorflow-notebook ` image as well
122
121
0 commit comments