Darayut commited on
Commit
151cb32
·
verified ·
1 Parent(s): 5a6601c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -31,7 +31,10 @@ RUN mkdir -p /app/.streamlit \
31
  /app/.cache/torch \
32
  /app/src/data \
33
  /app/src/chroma \
34
- && chmod -R 777 /app/.cache
 
 
 
35
 
36
  EXPOSE 8501
37
 
 
31
  /app/.cache/torch \
32
  /app/src/data \
33
  /app/src/chroma \
34
+ && chmod -R 777 /app/.streamlit \
35
+ /app/.cache \
36
+ /app/src/data \
37
+ /app/src/chroma
38
 
39
  EXPOSE 8501
40