File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ services:
4040
4141 dataflow_celery_worker :
4242 restart : unless-stopped
43- image : opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/dataflow:20250916
43+ image : opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/dataflow:1.12.0
4444 command : >
4545 sh -c "
4646 MILLISECOND_TIMESTAMP=$$(date +%s%3N);
@@ -79,7 +79,7 @@ services:
7979 stdin_open : true
8080 tty : true
8181 build : .
82- image : opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/label-studio:latest
82+ image : opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/label-studio:1.12.0
8383 restart : unless-stopped
8484 expose :
8585 - " 8002"
@@ -108,7 +108,7 @@ services:
108108
109109 dataflow_api_server :
110110 restart : unless-stopped
111- image : opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/dataflow:20250916
111+ image : opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/dataflow:1.12.0
112112 command : >
113113 sh -c "
114114 uvicorn data_server.main:app --host 0.0.0.0 --port 8000
You can’t perform that action at this time.
0 commit comments