Spaces:
Build error
Build error
heikowagner
commited on
Commit
•
4a7ac3d
1
Parent(s):
c96bd53
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -32,6 +32,7 @@ COPY ./app .
|
|
32 |
#RUN python load_docs.py
|
33 |
#RUN --mount=type=secret,id=OPENAI_API_KEY \
|
34 |
# cat /run/secrets/OPENAI_API_KEY > .openaiapikey
|
|
|
35 |
RUN echo "" > .openaiapikey
|
36 |
RUN mkdir /.cache
|
37 |
RUN mkdir /nltk_data
|
|
|
32 |
#RUN python load_docs.py
|
33 |
#RUN --mount=type=secret,id=OPENAI_API_KEY \
|
34 |
# cat /run/secrets/OPENAI_API_KEY > .openaiapikey
|
35 |
+
ENV OPENAI_API_KEY=""
|
36 |
RUN echo "" > .openaiapikey
|
37 |
RUN mkdir /.cache
|
38 |
RUN mkdir /nltk_data
|