Update Dockerfile
Browse files- 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 |
-
|
| 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 |
|