Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,4 +14,4 @@ ENV PYTHONIOENCODING=UTF-8
|
|
| 14 |
# If your model is uploaded in the model directory within Hugging Face, it will be automatically accessible
|
| 15 |
|
| 16 |
# Command to run the model inference server
|
| 17 |
-
CMD ["--model-id", "Sidreds06/MHCV1
|
|
|
|
| 14 |
# If your model is uploaded in the model directory within Hugging Face, it will be automatically accessible
|
| 15 |
|
| 16 |
# Command to run the model inference server
|
| 17 |
+
CMD ["--model-id", "Sidreds06/MHCV1", "--max-batch-prefill-tokens", "4096"]
|