Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
danishjameel003
/
CSSEDGE
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
danishjameel003
commited on
19 days ago
Commit
f5f979e
·
verified
·
1 Parent(s):
f7d499b
Create setup.sh
Browse files
Files changed (1)
hide
show
setup.sh
+7
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
#!/bin/bash
2
+
apt-get update && apt-get install -y \
3
+
build-essential \
4
+
libssl-dev \
5
+
curl
6
+
curl https://sh.rustup.rs -sSf | sh -s -- -y
7
+
export PATH="$HOME/.cargo/bin:$PATH"