8000 GitHub - kuk/my-vast
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kuk/my-vast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom docker image for vast.ai

Build and publish image

make image push

Notes on using vast

wget https://raw.githubusercontent.com/vast-ai/vast-python/master/vast.py -O vast; chmod +x vast;
./vast login

./vast search offers | grep '1 x '  # --type=bid for interruptable
./vast create instance 362208 --image alexkuk/my-vast --disk 50

watch ./vast show instances

# -N just port forwarding
# -f go background
# 8888 jupyter
# 6006 tensorboard
ssh -Nf -p 15577 root@ssh5.vast.ai -L 8888:localhost:8888 -L 6006:localhost:6006

http://localhost:8888/notebooks/
http://localhost:6006/

./vast destroy instance 365577

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0