Luigi commited on
Commit
2314457
·
verified ·
1 Parent(s): 4fd675b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -24,6 +24,7 @@ RUN mkdir -p /tmp/.streamlit /tmp/huggingface && \
24
  # Copy files
25
  COPY requirements.txt ./
26
  COPY src/ ./src/
 
27
 
28
  # Install Python dependencies
29
  RUN pip3 install --no-cache-dir -r requirements.txt
 
24
  # Copy files
25
  COPY requirements.txt ./
26
  COPY src/ ./src/
27
+ COPY .streamlit/ /tmp/.streamlit/
28
 
29
  # Install Python dependencies
30
  RUN pip3 install --no-cache-dir -r requirements.txt