This commit is contained in:
2023-12-26 22:36:39 +08:00
parent ec8ef4b9ba
commit 62c768bdeb
9 changed files with 256 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# 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)**
[![docker pulls](https://img.shields.io/docker/pulls/jupyter/base-notebook.svg)](https://hub.docker.com/r/jupyter/base-notebook/)
[![docker stars](https://img.shields.io/docker/stars/jupyter/base-notebook.svg)](https://hub.docker.com/r/jupyter/base-notebook/)
[![image size](https://img.shields.io/docker/image-size/jupyter/base-notebook/latest)](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
```