zenith04 commited on
Commit
d2ec6f1
·
verified ·
1 Parent(s): 2065852

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -24,6 +24,7 @@ EXPOSE 7860
24
 
25
  # Set Streamlit config (turn off telemetry and headless mode)
26
  ENV STREAMLIT_BROWSER_GATHER_USAGE_STATS=false
 
27
 
28
 
29
  # Start Streamlit app
 
24
 
25
  # Set Streamlit config (turn off telemetry and headless mode)
26
  ENV STREAMLIT_BROWSER_GATHER_USAGE_STATS=false
27
+ ENV CHROMA_DB_PATH=chromadb
28
 
29
 
30
  # Start Streamlit app