File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ARG SPACE_BASE_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/space-base:python3.10-1.0.2
1+ ARG SPACE_BASE_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com
22
33FROM ${SPACE_BASE_IMAGE}/opencsg_public/space-base:python3.10-1.0.3 AS base
44
@@ -39,4 +39,4 @@ ENV PYTHONPATH=$HOME/app \
3939 GRADIO_SERVER_NAME=0.0.0.0 \
4040 HF_ENDPOINT=${HF_ENDPOINT}
4141
42- ENTRYPOINT ["./start_entrypoint.sh"]
42+ ENTRYPOINT ["./start_entrypoint.sh"]
Original file line number Diff line number Diff line change 1- ARG SPACE_BASE_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/space-base:python3.10-cuda11.8.0-1.0.2
1+ ARG SPACE_BASE_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com
22
33FROM ${SPACE_BASE_IMAGE}/opencsg_public/space-base:python3.10-cuda11.8.0-1.0.3 AS base
44
@@ -35,4 +35,4 @@ ENV PYTHONPATH=$HOME/app \
3535 GRADIO_SERVER_NAME=0.0.0.0 \
3636 HF_ENDPOINT=${HF_ENDPOINT}
3737
38- ENTRYPOINT ["./start_entrypoint.sh"]
38+ ENTRYPOINT ["./start_entrypoint.sh"]
Original file line number Diff line number Diff line change 1- ARG SPACE_BASE_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/space-base:python3.10-cuda12.1.0-1.0.2
1+ ARG SPACE_BASE_IMAGE=opencsg-registry.cn-beijing.cr.aliyuncs.com
22
33FROM ${SPACE_BASE_IMAGE}/opencsg_public/space-base:python3.10-cuda12.1.0-1.0.3 AS base
44
@@ -35,4 +35,4 @@ ENV PYTHONPATH=$HOME/app \
3535 GRADIO_SERVER_NAME=0.0.0.0 \
3636 HF_ENDPOINT=${HF_ENDPOINT}
3737
38- ENTRYPOINT ["./start_entrypoint.sh"]
38+ ENTRYPOINT ["./start_entrypoint.sh"]
You can’t perform that action at this time.
0 commit comments