x
This commit is contained in:
+1
-4
@@ -1,9 +1,8 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
vllm:
|
||||
build: .
|
||||
container_name: vllm-r9700
|
||||
network_mode: "host"
|
||||
environment:
|
||||
- USE_DEFAULT_MODEL=true
|
||||
- LOCAL_MODEL_DIR=/opt/model
|
||||
@@ -18,6 +17,4 @@ services:
|
||||
- render
|
||||
security_opt:
|
||||
- seccomp=unconfined
|
||||
ports:
|
||||
- "8000:8000"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user