Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -61,7 +61,7 @@ RUN mkdir -p uploads && chmod 777 uploads
|
|
61 |
|
62 |
COPY . .
|
63 |
COPY requirements.txt .
|
64 |
-
RUN pip3 install --upgrade pip setuptools
|
65 |
RUN pip3 install -r requirements.txt
|
66 |
|
67 |
RUN chmod +x /usr/local/bin/chromedriver
|
|
|
61 |
|
62 |
COPY . .
|
63 |
COPY requirements.txt .
|
64 |
+
RUN pip3 install --upgrade pip setuptools==59.6.0
|
65 |
RUN pip3 install -r requirements.txt
|
66 |
|
67 |
RUN chmod +x /usr/local/bin/chromedriver
|