Tomtom84 commited on
Commit
84bffde
·
verified ·
1 Parent(s): edbb35f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -55,6 +55,6 @@ CMD bash -c "\
55
  --port 1234 \
56
  --dtype bfloat16 \
57
  --gpu-memory-utilization 0.9 \
58
- --max-model-len 8192 & # im Hintergrund starten
59
- exec uvicorn app:app --host 0.0.0.0 --port 7860"
60
 
 
55
  --port 1234 \
56
  --dtype bfloat16 \
57
  --gpu-memory-utilization 0.9 \
58
+ --max-model-len 8192 & \
59
+ uvicorn app:app --host 0.0.0.0 --port 7860"
60