Juna190825 commited on
Commit
8a69a64
·
verified ·
1 Parent(s): dd3cd8e

Testing with ChromeDriver

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -60,9 +60,7 @@ RUN pip install --no-cache-dir -r requirements.txt
60
  # && mv chromedriver /usr/local/bin/ \
61
  # && chmod +x /usr/local/bin/chromedriver
62
  # Hardcoded ChromeDriver version (replace with the version you need)
63
- RUN wget -q https://storage.googleapis.com/chrome-for-testing-public/139.0.7258.66/linux64/chromedriver-linux64.zip \
64
- && unzip chromedriver-linux64.zip \
65
- && rm chromedriver-linux64.zip \
66
  && mv chromedriver /usr/local/bin/ \
67
  && chmod +x /usr/local/bin/chromedriver
68
 
 
60
  # && mv chromedriver /usr/local/bin/ \
61
  # && chmod +x /usr/local/bin/chromedriver
62
  # Hardcoded ChromeDriver version (replace with the version you need)
63
+ RUN wget -q https://huggingface.co/datasets/Juna190825/chromedriver/resolve/main/chromedriver \
 
 
64
  && mv chromedriver /usr/local/bin/ \
65
  && chmod +x /usr/local/bin/chromedriver
66