Spaces:
Sleeping
Sleeping
GordonChan365
commited on
Create Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM llm-api:vllm
|
2 |
+
|
3 |
+
|
4 |
+
CMD python api/server.py
|