Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docker/spaces/builder/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export BUILDX_NO_DEFAULT_ATTESTATIONS=1
docker buildx build \
--provenance false \
--platform linux/amd64,linux/arm64 \
-f Dockerfile-python3.10-base \
-t opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/space-base:python3.10-1.0.3 \
-f docker/spaces/builder/base/Dockerfile-python3.10-base \
-t opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/space-base:python3.10-1.0.4 \
--push .

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

export DOCKER_BUILDKIT=1
export BUILDX_NO_DEFAULT_ATTESTATIONS=1
docker buildx build \
--provenance false \
--platform linux/amd64,linux/arm64 \
-f Dockerfile-python3.10-cuda12.1.0-base \
-t opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/space-base:python3.10-cuda12.1.0-1.0.3 \
-f docker/spaces/builder/base/Dockerfile-python3.10-cuda12.1.0-base \
-t opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/space-base:python3.10-cuda12.1.0-1.0.4 \
--push .
```
Loading