Spaces:
Runtime error
Runtime error
lucaspetti
commited on
Commit
•
4b662f9
1
Parent(s):
ef76d6d
Create Dockerfile
Browse files- Dockerfile +6 -0
Dockerfile
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
FROM ghcr.io/mckaywrigley/chatbot-ui:main
|
2 |
+
|
3 |
+
EXPOSE 3000
|
4 |
+
|
5 |
+
ENV OPENAI_API_HOST 'https://lucaspetti-llama-gpt-api.hf.space'
|
6 |
+
ENV OPENAI_API_KEY 'dummy'
|