Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xmccln
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test
/
build
/
install-packages
3v324v23
9
c08e495
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
175 Bytes
#!/bin/sh
set
-eu
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y \
curl \
openssl \
unzip \
jq
apt-get clean
rm
-rf /var/lib/apt/lists/*