Skip to content

Commit 847d1e6

Browse files
author
Alexandru Meterez
committed
Update Dockerfile
1 parent 2101f51 commit 847d1e6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docker/Dockerfile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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
3320
RUN /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
3723
RUN cd /work/frontend-regression-validator/fred/inference && cat model_files.bz2.parta* > model_files.bz2 && tar xjf model_files.bz2

0 commit comments

Comments
 (0)