Update container to sleep forever
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
efa0019bd1
commit
cea6dd868f
@ -28,7 +28,9 @@ spec:
|
||||
value: /.cache
|
||||
- name: shm-size
|
||||
value: 1g
|
||||
command: ["watch", "/bin/ls"]
|
||||
command: ["/bin/bash", "-c"]
|
||||
args:
|
||||
- while true; do sleep 2600; done
|
||||
#command: ["python3", "-m", "vllm.entrypoints.openai.api_server"]
|
||||
#args: ["--model=meta-llama/Llama-2-7b-hf",
|
||||
# "--gpu-memory-utilization=0.95",
|
||||
|
Loading…
Reference in New Issue
Block a user