Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
|
|
17 |
|
18 |
COPY requirements.txt ./
|
19 |
COPY src/ ./src/
|
20 |
-
COPY .streamlit ./.streamlit
|
21 |
|
22 |
# It's good practice to upgrade pip first
|
23 |
RUN pip3 install --upgrade pip
|
|
|
17 |
|
18 |
COPY requirements.txt ./
|
19 |
COPY src/ ./src/
|
20 |
+
COPY .streamlit ./.streamlit
|
21 |
|
22 |
# It's good practice to upgrade pip first
|
23 |
RUN pip3 install --upgrade pip
|