Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mairaaa
/
fyp-deploy
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ea12b33
fyp-deploy
/
setup.sh
Mairaaa
Update setup.sh
3e808f8
verified
2 months ago
raw
Copy download link
history
blame
Safe
110 Bytes
#!/bin/bash
# Install Rust
curl https://sh.rustup.rs -sSf | sh -s -- -y
export
PATH=
"
$HOME
/.cargo/bin:
$PATH
"