Spaces:
Build error
Build error
Commit
·
3775dae
1
Parent(s):
551761a
- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -9,8 +9,8 @@ RUN pip install -r requirements.txt
|
|
| 9 |
#RUN python load_docs.py
|
| 10 |
RUN --mount=type=secret,id=OPENAI_API_KEY \
|
| 11 |
cat /run/secrets/OPENAI_API_KEY > .openaiapikey
|
| 12 |
-
RUN mkdir /.cache
|
| 13 |
-
RUN chmod 777 /.cache
|
| 14 |
RUN mkdir /nltk_data
|
| 15 |
RUN chmod 777 /nltk_data
|
| 16 |
RUN mkdir /VectorStore
|
|
|
|
| 9 |
#RUN python load_docs.py
|
| 10 |
RUN --mount=type=secret,id=OPENAI_API_KEY \
|
| 11 |
cat /run/secrets/OPENAI_API_KEY > .openaiapikey
|
| 12 |
+
RUN mkdir /app/.cache
|
| 13 |
+
RUN chmod 777 /app/.cache
|
| 14 |
RUN mkdir /nltk_data
|
| 15 |
RUN chmod 777 /nltk_data
|
| 16 |
RUN mkdir /VectorStore
|