Hugging Face
Models
Datasets
Spaces
Community
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...
8711428
fyp-deploy
/
setup.sh
Mairaaa
Create setup.sh
538c34a
verified
9 months ago
raw
Copy download link
history
blame
110 Bytes
#!/bin/bash
# Install Rust
curl https://sh.rustup.rs -sSf | sh -s -- -y
export
PATH=
"/root/.cargo/bin:
$PATH
"