Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
davidizzle
/
LIA_LLM_PoC
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
davidizzle
commited on
Apr 8
Commit
10b746c
·
1 Parent(s):
c2c6be9
Add LFS setup script for Hugging Face Space
Browse files
Files changed (1)
hide
show
setup.sh
+6
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
#!/bin/bash
2
+
3
+
# Initialize LFS and pull all LFS-tracked files
4
+
apt-get update && apt-get install -y git-lfs
5
+
git lfs install
6
+
git lfs pull