Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN apt -qq update && \
|
|
15 |
|
16 |
WORKDIR /usr/src/app
|
17 |
COPY . .
|
18 |
-
RUN pip3 install --upgrade pip setuptools
|
19 |
RUN pip3 install -r requirements.txt
|
20 |
|
21 |
RUN chmod -R 777 /usr/src/app
|
|
|
15 |
|
16 |
WORKDIR /usr/src/app
|
17 |
COPY . .
|
18 |
+
RUN pip3 install --upgrade pip setuptools==59.6.0
|
19 |
RUN pip3 install -r requirements.txt
|
20 |
|
21 |
RUN chmod -R 777 /usr/src/app
|