Upload packages.txt with huggingface_hub
Browse files- packages.txt +16 -1
packages.txt
CHANGED
@@ -1,9 +1,17 @@
|
|
|
|
1 |
ffmpeg
|
2 |
git
|
3 |
wget
|
4 |
curl
|
5 |
unzip
|
|
|
|
|
6 |
gnupg2
|
|
|
|
|
|
|
|
|
|
|
7 |
libglib2.0-0
|
8 |
libnss3
|
9 |
libatk-bridge2.0-0
|
@@ -14,4 +22,11 @@ libxdamage1
|
|
14 |
libxrandr2
|
15 |
libgbm1
|
16 |
libxss1
|
17 |
-
libasound2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Basic utilities
|
2 |
ffmpeg
|
3 |
git
|
4 |
wget
|
5 |
curl
|
6 |
unzip
|
7 |
+
|
8 |
+
# Chrome installation prerequisites
|
9 |
gnupg2
|
10 |
+
apt-transport-https
|
11 |
+
ca-certificates
|
12 |
+
lsb-release
|
13 |
+
|
14 |
+
# Chrome runtime dependencies
|
15 |
libglib2.0-0
|
16 |
libnss3
|
17 |
libatk-bridge2.0-0
|
|
|
22 |
libxrandr2
|
23 |
libgbm1
|
24 |
libxss1
|
25 |
+
libasound2
|
26 |
+
libgtk-3-0
|
27 |
+
libx11-xcb1
|
28 |
+
libxcb-dri3-0
|
29 |
+
libgconf-2-4
|
30 |
+
|
31 |
+
# Alternative: try chromium-browser instead of Chrome
|
32 |
+
chromium-browser
|