Skip to content

Commit

Permalink
Update docker-compose-model.yml (#296)
Browse files Browse the repository at this point in the history
specify model version
  • Loading branch information
yaojin3616 committed Jan 25, 2024
2 parents d45934b + bb57161 commit 3e048f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose-model.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
bisheng-rt:
container_name: bisheng-rt
image: dataelement/bisheng-rt:latest
image: dataelement/bisheng-rt:0.0.6.2
shm_size: 10gb
ports:
- "9000:9000"
Expand All @@ -28,7 +28,7 @@ services:

bisheng-unstructured:
container_name: bisheng-unstructured
image: dataelement/bisheng-unstructured:latest
image: dataelement/bisheng-unstructured:0.0.3.2
ports:
- "10001:10001"
environment:
Expand All @@ -39,4 +39,4 @@ services:
interval: 30s
timeout: 20s
retries: 3
restart: on-failure
restart: on-failure

0 comments on commit 3e048f7

Please sign in to comment.