Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Didier
/
Vision_Language_Mistral_Small
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Vision_Language_Mistral_Small
/
setup.sh
Didier
Create setup.sh
33b6454
verified
24 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
121 Bytes
#!/bin/bash
# Update package list
apt-get update
# Install Poppler for PDF processing
apt-get install -y poppler-utils