abraham9486937737 commited on
Commit
ff990a7
·
1 Parent(s): 04b129a

Fix packages.txt - use correct apt-get package names

Browse files
Files changed (1) hide show
  1. packages.txt +4 -5
packages.txt CHANGED
@@ -1,6 +1,5 @@
1
  # System-level dependencies for Hugging Face Spaces
2
- # These packages will be installed using apt-get
3
-
4
- # For handling images and plots
5
- libgl1-mesa-glx
6
- libglib2.0-0
 
1
  # System-level dependencies for Hugging Face Spaces
2
+ # Minimal dependencies for Streamlit and data processing
3
+ libsm6
4
+ libxext6
5
+ libxrender-dev