Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Didier
/
Vision_Language_Mistral_Small
like
3
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Didier
commited on
Apr 7, 2025
Commit
33b6454
·
verified
·
1 Parent(s):
642f37a
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+7
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
#!/bin/bash
2
+
3
+
# Update package list
4
+
apt-get update
5
+
6
+
# Install Poppler for PDF processing
7
+
apt-get install -y poppler-utils