Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|