aip9105 commited on
Commit
b17525c
ยท
verified ยท
1 Parent(s): ded8409

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -5
Dockerfile CHANGED
@@ -5,11 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5
  git openssh-client build-essential python3 python3-pip \
6
  g++ make ca-certificates && rm -rf /var/lib/apt/lists/*
7
 
8
- RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
9
- && echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list \
10
- && apt-get update \
11
- && apt-get install -y google-chrome-stable \
12
- && rm -rf /var/lib/apt/lists/*
13
 
14
  RUN pip3 install --no-cache-dir huggingface_hub --break-system-packages
15
 
 
5
  git openssh-client build-essential python3 python3-pip \
6
  g++ make ca-certificates && rm -rf /var/lib/apt/lists/*
7
 
8
+
 
 
 
 
9
 
10
  RUN pip3 install --no-cache-dir huggingface_hub --break-system-packages
11