Spaces:
Runtime error
Runtime error
gfjiogopdfgdfs
commited on
Commit
•
1fe6da2
1
Parent(s):
5565759
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -43,6 +43,6 @@ RUN huggingface-cli download LoneStriker/TinyLlama-1.1B-32k-Instruct-8.0bpw-h8-e
|
|
43 |
|
44 |
# Expose the port the API server will listen on
|
45 |
EXPOSE 7860
|
46 |
-
|
47 |
# Command to run the API server from the cloned directory
|
48 |
CMD ["/bin/bash", "-c", "cd $HOME/aphrodite-engine/aphrodite/endpoints/openai && /bin/python3 api_server.py -q exl2 --dtype auto -gmu 0.95 --kv-cache-dtype fp8_e5m2 --max-num-seqs 15 --served-model-name \"BagelMIsteryTour-v2-8x7B-AWQ\" --enforce-eager -tp 4 --port 7860 --host 0.0.0.0 --model ~/goliath-gptq"]
|
|
|
43 |
|
44 |
# Expose the port the API server will listen on
|
45 |
EXPOSE 7860
|
46 |
+
RUN pip install aioprometheus
|
47 |
# Command to run the API server from the cloned directory
|
48 |
CMD ["/bin/bash", "-c", "cd $HOME/aphrodite-engine/aphrodite/endpoints/openai && /bin/python3 api_server.py -q exl2 --dtype auto -gmu 0.95 --kv-cache-dtype fp8_e5m2 --max-num-seqs 15 --served-model-name \"BagelMIsteryTour-v2-8x7B-AWQ\" --enforce-eager -tp 4 --port 7860 --host 0.0.0.0 --model ~/goliath-gptq"]
|