Spaces:
Sleeping
Sleeping
gordonchanfz
commited on
Commit
•
ab76bc8
1
Parent(s):
da095b2
Create Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
FROM ghcr.io/gordonchanfz/hf-llm-api:latest
|
2 |
+
|
3 |
+
CMD ["python", "-m", "apis.chat_api"]
|