davidizzle commited on
Commit
10b746c
·
1 Parent(s): c2c6be9

Add LFS setup script for Hugging Face Space

Browse files
Files changed (1) hide show
  1. setup.sh +6 -0
setup.sh ADDED
@@ -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