Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -59,7 +59,7 @@ ENV CHROME_BIN /usr/bin/google-chrome-stable
|
|
59 |
|
60 |
COPY . .
|
61 |
COPY requirements.txt .
|
62 |
-
RUN pip3 install --upgrade pip setuptools
|
63 |
RUN pip3 install --no-cache-dir -r requirements.txt
|
64 |
|
65 |
RUN mkdir -p /app /.cache
|
|
|
59 |
|
60 |
COPY . .
|
61 |
COPY requirements.txt .
|
62 |
+
RUN pip3 install --upgrade pip setuptools==59.6.0
|
63 |
RUN pip3 install --no-cache-dir -r requirements.txt
|
64 |
|
65 |
RUN mkdir -p /app /.cache
|