diff --git a/spawnerdockerfile/README.md b/spawnerdockerfile/README.md index 67eb2cc..d8576ff 100755 --- a/spawnerdockerfile/README.md +++ b/spawnerdockerfile/README.md @@ -83,3 +83,11 @@ docker buildx build --build-arg OWNER=hotwa -t quay.io/hotwa/scipy-notebook:late cd ../pytorch-notebook docker buildx build --build-arg OWNER=hotwa -t quay.io/hotwa/pytorch-notebook:latest . --load ``` + +# 然后构建自己的基础镜像 + +```shell +docker buildx build --build-arg OWNER=hotwa -t quay.io/hotwa/notebook:latest -f Dockerfile.base-notebook . --load +# 导出保存 + +```