File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -16,22 +16,8 @@ RUN mkdir /work && \
1616 cd /work && \
1717 git clone https://github.com/adobe/frontend-regression-validator.git
1818
19- # Install chrome
20- RUN curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add && \
21- echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list && \
22- apt-get -y update && \
23- apt-get -y install google-chrome-stable
24-
25- # Get chromedriver
26- RUN cd /work && wget https://chromedriver.storage.googleapis.com/2.41/chromedriver_linux64.zip && \
27- unzip chromedriver_linux64.zip
28-
29- # Setup chromedriver as env variable
30- ENV CHROMEDRIVER_PATH=/work/chromedriver
31-
3219# Preparing Python build environment
3320RUN /opt/conda/bin/activate base && python3 -m pip install -r /work/frontend-regression-validator/requirements.txt
34- # RUN conda install --file /work/frontend-regression-validator/requirements.txt
3521
3622# Extract the model files
3723RUN cd /work/frontend-regression-validator/fred/inference && cat model_files.bz2.parta* > model_files.bz2 && tar xjf model_files.bz2
You can’t perform that action at this time.
0 commit comments