abdul-rafey commited on
Commit
b721e06
1 Parent(s): 7461627

fix path issue in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,5 +12,6 @@ ENV PINECONE_API_KEY=pinecone_api_key
12
  ENV TRANSFORMERS_CACHE=/tmp/.cache
13
 
14
  RUN mkdir -p /tmp/.cache && chmod -R 777 /tmp/.cache
 
15
 
16
  CMD [ "uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
12
  ENV TRANSFORMERS_CACHE=/tmp/.cache
13
 
14
  RUN mkdir -p /tmp/.cache && chmod -R 777 /tmp/.cache
15
+ RUN mkdir -p /semantic_search/media && chmod -R 777 /semantic_search/media
16
 
17
  CMD [ "uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]