Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Ze101
/
PDF_Merger
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ze101
commited on
Dec 13, 2024
Commit
028903b
·
verified
·
1 Parent(s):
b3c885c
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+3
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
#!/bin/bash
2
+
# Install pdflatex
3
+
apt-get update && apt-get install -y texlive texlive-latex-extra