HDB_resale_predict / huggingface_boot.sh
sivakornchong's picture
VM update
209b056
raw
history blame
No virus
297 Bytes
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_ed25519.pub
cd ~
cp /home/sivakornchong/hdb_project/model/finalized_model2.sav /home/sivakornchong/HDB_resale_predict/
cd HDB_resale_predict
GIT='git --git-dir=/home/sivakornchong/HDB_resale_predict/.git'
$GIT add .
$GIT commit -m "VM update"
$GIT push