x
This commit is contained in:
@@ -66,7 +66,7 @@ services:
|
||||
- ${MODEL_DIR:-./data/models}:/opt/models
|
||||
- ${MIOPEN_CACHE:-./data/miopen}:/root/.cache/miopen
|
||||
- ./scripts:/opt/scripts:ro
|
||||
command: ["mineru-api", "--host", "0.0.0.0", "--port", "8001"]
|
||||
command: ["mineru-api", "--host", "0.0.0.0", "--port", "8001", "--allow-public-http-client"]
|
||||
|
||||
worker1:
|
||||
image: mineru-rocm:7.2.1
|
||||
@@ -92,7 +92,7 @@ services:
|
||||
- ${MODEL_DIR:-./data/models}:/opt/models
|
||||
- ${MIOPEN_CACHE:-./data/miopen}:/root/.cache/miopen
|
||||
- ./scripts:/opt/scripts:ro
|
||||
command: ["mineru-api", "--host", "0.0.0.0", "--port", "8002"]
|
||||
command: ["mineru-api", "--host", "0.0.0.0", "--port", "8002", "--allow-public-http-client"]
|
||||
|
||||
router:
|
||||
image: mineru-rocm:7.2.1
|
||||
|
||||
Reference in New Issue
Block a user