Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
danishjameel003
/
CSSEDGE
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a7cd9a0
CSSEDGE
/
setup.sh
danishjameel003
Create setup.sh
f5f979e
verified
15 days ago
raw
Copy download link
history
blame
Safe
181 Bytes
#!/bin/bash
apt-get update && apt-get install -y \
build-essential \
libssl-dev \
curl
curl https://sh.rustup.rs -sSf | sh -s -- -y
export
PATH=
"
$HOME
/.cargo/bin:
$PATH
"