Spaces:
Running
Running
Update dockerfile.yml
Browse files- dockerfile.yml +1 -1
dockerfile.yml
CHANGED
@@ -5,7 +5,7 @@ FROM python:3.9-slim-buster
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
COPY . .
|
8 |
-
|
9 |
RUN pip install -r requirements.txt
|
10 |
|
11 |
CMD ["python", "app.py"]
|
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
COPY . .
|
8 |
+
python -m pip install --upgrade pip
|
9 |
RUN pip install -r requirements.txt
|
10 |
|
11 |
CMD ["python", "app.py"]
|