File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
docker/spaces/builder/base Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ export BUILDX_NO_DEFAULT_ATTESTATIONS=1
3737docker 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
4747docker 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
5454export DOCKER_BUILDKIT=1
5555export BUILDX_NO_DEFAULT_ATTESTATIONS=1
5656docker 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```
You can’t perform that action at this time.
0 commit comments