This commit is contained in:
2024-05-25 11:11:42 +08:00
parent 7c3da1a3df
commit 0af46b7c0c

View File

@@ -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
# 导出保存
```