We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 151cc3b + a7b49e6 commit 1450e58Copy full SHA for 1450e58
recipes/natural_language_processing/rag/app/Containerfile
@@ -19,4 +19,6 @@ COPY rag_app.py .
19
COPY manage_vectordb.py .
20
EXPOSE 8501
21
ENV HF_HUB_CACHE=/rag/models/
22
+RUN mkdir -p /rag/models/
23
+RUN chgrp -R 0 /rag/models/ && chmod -R g=u /rag/models/
24
ENTRYPOINT [ "streamlit", "run" ,"rag_app.py" ]
0 commit comments