Spaces:
Build error
Build error
heikowagner
commited on
Commit
·
e38cfe9
1
Parent(s):
5bd3d23
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -11,7 +11,6 @@ RUN ls -la
|
|
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
|
|
|
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
|