mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-06-04 23:17:31 +02:00
16 lines
293 B
YAML
16 lines
293 B
YAML
|
services:
|
||
|
inference:
|
||
|
image: roboflow/roboflow-inference-server-cpu:latest
|
||
|
ports:
|
||
|
- "9001:9001"
|
||
|
volumes:
|
||
|
- ./data:/tmp:rw
|
||
|
security_opt:
|
||
|
- no-new-privileges
|
||
|
cap_drop:
|
||
|
- ALL
|
||
|
cap_add:
|
||
|
- NET_BIND_SERVICE
|
||
|
read_only: true
|
||
|
restart: unless-stopped
|