12 lines
290 B
YAML
12 lines
290 B
YAML
services:
|
|
yaejuyang-supertonic:
|
|
build: .
|
|
command: /app/yaejuyang-supertonic
|
|
container_name: "yaejuyang-supertonic"
|
|
ports:
|
|
- 3000:80
|
|
environment:
|
|
SUPERTONIC_WORKERS: "1"
|
|
ENABLED_BACKENDS: ""
|
|
WEBGPU_DEVICE_ID: "0"
|
|
RUST_LOG: "info,ort=warn"
|