Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -8,8 +8,7 @@ WORKDIR /app
|
|
| 8 |
COPY . /app
|
| 9 |
|
| 10 |
# Install dependencies
|
| 11 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
-
RUN pip install --upgrade pip
|
| 13 |
|
| 14 |
# Expose the port Streamlit runs on
|
| 15 |
EXPOSE 7531
|
|
|
|
| 8 |
COPY . /app
|
| 9 |
|
| 10 |
# Install dependencies
|
| 11 |
+
RUN pip install --no-cache-dir -r requirements.txt && pip install --upgrade pip
|
|
|
|
| 12 |
|
| 13 |
# Expose the port Streamlit runs on
|
| 14 |
EXPOSE 7531
|