Spaces:
Build error
Build error
heikowagner
commited on
Commit
·
5bd3d23
1
Parent(s):
7cebccc
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +11,7 @@ RUN ls -la
|
|
11 |
RUN python run.py
|
12 |
RUN mkdir /.cache
|
13 |
RUN chmod 777 /.cache
|
|
|
14 |
CMD ["streamlit", "run", "app.py", "--server.port=7860"]
|
15 |
#CMD ls -la
|
16 |
EXPOSE 7860
|
|
|
11 |
RUN python run.py
|
12 |
RUN mkdir /.cache
|
13 |
RUN chmod 777 /.cache
|
14 |
+
ENV OPENAI_API_KEY=
|
15 |
CMD ["streamlit", "run", "app.py", "--server.port=7860"]
|
16 |
#CMD ls -la
|
17 |
EXPOSE 7860
|