Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
|
|
18 |
|
19 |
# Install ChromeDriver (adjust version as needed)
|
20 |
RUN wget -O /usr/local/bin/chromedriver https://chromedriver.storage.googleapis.com/94.0.4606.61/chromedriver_linux64.zip \
|
21 |
-
&& unzip /usr/local/bin/chromedriver -d /usr/local/bin/
|
22 |
|
23 |
# Install required Python packages
|
24 |
RUN pip install selenium axe-selenium-python gradio
|
|
|
18 |
|
19 |
# Install ChromeDriver (adjust version as needed)
|
20 |
RUN wget -O /usr/local/bin/chromedriver https://chromedriver.storage.googleapis.com/94.0.4606.61/chromedriver_linux64.zip \
|
21 |
+
&& unzip -o /usr/local/bin/chromedriver -d /usr/local/bin/
|
22 |
|
23 |
# Install required Python packages
|
24 |
RUN pip install selenium axe-selenium-python gradio
|