update
This commit is contained in:
@@ -83,3 +83,11 @@ docker buildx build --build-arg OWNER=hotwa -t quay.io/hotwa/scipy-notebook:late
|
|||||||
cd ../pytorch-notebook
|
cd ../pytorch-notebook
|
||||||
docker buildx build --build-arg OWNER=hotwa -t quay.io/hotwa/pytorch-notebook:latest . --load
|
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
|
||||||
|
# 导出保存
|
||||||
|
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user