23 lines
1.3 KiB
Markdown
23 lines
1.3 KiB
Markdown
# Base Jupyter Notebook Stack
|
|
|
|
> **Images hosted on Docker Hub are no longer updated. Please, use [quay.io image](https://quay.io/repository/jupyter/base-notebook)**
|
|
|
|
[](https://hub.docker.com/r/jupyter/base-notebook/)
|
|
[](https://hub.docker.com/r/jupyter/base-notebook/)
|
|
[](https://hub.docker.com/r/jupyter/base-notebook/ "jupyter/base-notebook image size")
|
|
|
|
GitHub Actions in the <https://github.com/jupyter/docker-stacks> project builds and pushes this image to the Registry.
|
|
|
|
Please visit the project documentation site for help to use and contribute to this image and others.
|
|
|
|
- [Jupyter Docker Stacks on ReadTheDocs](https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html)
|
|
- [Selecting an Image :: Core Stacks :: jupyter/base-notebook](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-base-notebook)
|
|
|
|
# 构建docker-compose spawner镜像的Dockerfile
|
|
|
|
构建基[础镜像参考](https://github.com/jupyter/docker-stacks)
|
|
|
|
```shell
|
|
cp docker-stacks/images/base-notebook/* ./spawnerdockerfile/
|
|
docker buildx build -t hotwa/notebook:latest . -f Dockerfile.base-notebook --load
|
|
``` |