Spaces:
Build error
Build error
heikowagner
commited on
Commit
•
76fc69c
1
Parent(s):
7423d03
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -38,6 +38,7 @@ RUN mkdir /nltk_data
|
|
38 |
RUN mkdir /VectorStore
|
39 |
RUN mkdir /app/.cache
|
40 |
RUN mkdir /mymodels
|
|
|
41 |
RUN ls -la
|
42 |
RUN python run.py
|
43 |
RUN chmod 777 /VectorStore
|
@@ -45,6 +46,7 @@ RUN chmod 777 /mymodels
|
|
45 |
RUN chmod 777 /nltk_data
|
46 |
RUN chmod 777 /.cache
|
47 |
RUN chmod 777 /app/.cache
|
|
|
48 |
CMD ["streamlit", "run", "app.py", "--server.port=7860"]
|
49 |
#CMD ls -la
|
50 |
EXPOSE 7860
|
|
|
38 |
RUN mkdir /VectorStore
|
39 |
RUN mkdir /app/.cache
|
40 |
RUN mkdir /mymodels
|
41 |
+
RUN mkdir /app/mymodels
|
42 |
RUN ls -la
|
43 |
RUN python run.py
|
44 |
RUN chmod 777 /VectorStore
|
|
|
46 |
RUN chmod 777 /nltk_data
|
47 |
RUN chmod 777 /.cache
|
48 |
RUN chmod 777 /app/.cache
|
49 |
+
RUN chmod 777 /app/mymodels
|
50 |
CMD ["streamlit", "run", "app.py", "--server.port=7860"]
|
51 |
#CMD ls -la
|
52 |
EXPOSE 7860
|