Skip to content

Commit 553748e

Browse files
author
Dev Agent
committed
docs: update space builder base README
1 parent 54bf54a commit 553748e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker/spaces/builder/base/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export BUILDX_NO_DEFAULT_ATTESTATIONS=1
3737
docker buildx build \
3838
--provenance false \
3939
--platform linux/amd64,linux/arm64 \
40-
-f Dockerfile-python3.10-base \
41-
-t opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/space-base:python3.10-1.0.3 \
40+
-f docker/spaces/builder/base/Dockerfile-python3.10-base \
41+
-t opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/space-base:python3.10-1.0.4 \
4242
--push .
4343

4444
## Python with cuda
@@ -47,16 +47,16 @@ export BUILDX_NO_DEFAULT_ATTESTATIONS=1
4747
docker buildx build \
4848
--provenance false \
4949
--platform linux/amd64,linux/arm64 \
50-
-f Dockerfile-python3.10-cuda11.8.0-base \
51-
-t opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/space-base:python3.10-cuda11.8.0-1.0.3 \
50+
-f docker/spaces/builder/base/Dockerfile-python3.10-cuda11.8.0-base \
51+
-t opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/space-base:python3.10-cuda11.8.0-1.0.4 \
5252
--push .
5353

5454
export DOCKER_BUILDKIT=1
5555
export BUILDX_NO_DEFAULT_ATTESTATIONS=1
5656
docker buildx build \
5757
--provenance false \
5858
--platform linux/amd64,linux/arm64 \
59-
-f Dockerfile-python3.10-cuda12.1.0-base \
60-
-t opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/space-base:python3.10-cuda12.1.0-1.0.3 \
59+
-f docker/spaces/builder/base/Dockerfile-python3.10-cuda12.1.0-base \
60+
-t opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/space-base:python3.10-cuda12.1.0-1.0.4 \
6161
--push .
6262
```

0 commit comments

Comments
 (0)