Update Flock.sh
This commit is contained in:
parent
2e41490f7e
commit
e7d263cc2e
4
Flock.sh
4
Flock.sh
@ -53,8 +53,8 @@ function install_node() {
|
|||||||
install_conda
|
install_conda
|
||||||
install_nodejs_and_npm
|
install_nodejs_and_npm
|
||||||
install_pm2
|
install_pm2
|
||||||
sudo apt update && sudo apt upgrade -y
|
apt update && apt upgrade -y
|
||||||
sudo apt install curl iptables build-essential wget jq make gcc nano -y
|
apt install curl sudo iptables build-essential wget jq make gcc nano -y
|
||||||
read -p "输入Hugging face API: " HF_TOKEN
|
read -p "输入Hugging face API: " HF_TOKEN
|
||||||
read -p "输入Flock API: " FLOCK_API_KEY
|
read -p "输入Flock API: " FLOCK_API_KEY
|
||||||
read -p "输入任务ID: " TASK_ID
|
read -p "输入任务ID: " TASK_ID
|
||||||
|
Loading…
Reference in New Issue
Block a user