Upload packages.txt with huggingface_hub
Browse files- packages.txt +21 -1
packages.txt
CHANGED
@@ -1,3 +1,23 @@
|
|
|
|
1 |
ffmpeg
|
|
|
|
|
|
|
|
|
2 |
git
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Basic tools
|
2 |
ffmpeg
|
3 |
+
wget
|
4 |
+
curl
|
5 |
+
unzip
|
6 |
+
gnupg2
|
7 |
git
|
8 |
+
|
9 |
+
# Chrome dependencies for web scraping
|
10 |
+
libglib2.0-0
|
11 |
+
libnss3
|
12 |
+
libatk-bridge2.0-0
|
13 |
+
libdrm2
|
14 |
+
libxkbcommon0
|
15 |
+
libxcomposite1
|
16 |
+
libxdamage1
|
17 |
+
libxrandr2
|
18 |
+
libgbm1
|
19 |
+
libxss1
|
20 |
+
libasound2
|
21 |
+
|
22 |
+
# Chrome browser (for Selenium)
|
23 |
+
google-chrome-stable
|