Update container to sleep forever
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2024-03-30 22:29:42 -04:00
parent efa0019bd1
commit cea6dd868f
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -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",