Spaces:
Runtime error
Runtime error
Add application file
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -3,6 +3,7 @@ FROM python:3.9
|
|
3 |
WORKDIR /app
|
4 |
|
5 |
COPY . /app/
|
|
|
6 |
|
7 |
RUN pip install --no-cache-dir -r requirements.txt
|
8 |
|
|
|
3 |
WORKDIR /app
|
4 |
|
5 |
COPY . /app/
|
6 |
+
RUN pip install --upgrade pip
|
7 |
|
8 |
RUN pip install --no-cache-dir -r requirements.txt
|
9 |
|