Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -64,8 +64,6 @@ 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
|
68 |
-
RUN chmod +x /usr/bin/google-chrome
|
69 |
RUN chown -R 1000:0 .
|
70 |
RUN chmod 777 .
|
71 |
RUN chown -R 1000:0 /app
|
|
|
64 |
RUN pip3 install --upgrade pip setuptools==59.6.0
|
65 |
RUN pip3 install -r requirements.txt
|
66 |
|
|
|
|
|
67 |
RUN chown -R 1000:0 .
|
68 |
RUN chmod 777 .
|
69 |
RUN chown -R 1000:0 /app
|