Skip to content

Commit 2c1d6df

Browse files
Update image versions (#51)
- Update dataflow image to 1.12.0 - Update label-studio image to 1.12.0 - Update dataflow_api_server image to 1.12.0 Co-authored-by: Haihui.Wang <[email protected]>
1 parent f687821 commit 2c1d6df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose-prd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)