Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -93,4 +93,4 @@ EXPOSE 7860
|
|
93 |
WORKDIR $HOME/app
|
94 |
|
95 |
# Command to run the model server (replace with your specific model path)
|
96 |
-
CMD ["vllm", "serve", "--device", "cpu", "--port", "7860", "Hjgugugjhuhjggg/mergekit-ties-tzamfyy", "--max-model-len 10000"]
|
|
|
93 |
WORKDIR $HOME/app
|
94 |
|
95 |
# Command to run the model server (replace with your specific model path)
|
96 |
+
CMD ["vllm", "serve", "--device", "cpu", "--port", "7860", "Hjgugugjhuhjggg/mergekit-ties-tzamfyy", "--max-model-len", "10000"]
|