✅ Working guide for running on DigitalOcean H100 Ubuntu ✅

#58
by repulsio - opened

why not do the same for HF ? why to go to DO ?

I don't know where you see 4$/h for this droplet...

Screenshot 2025-04-01 at 18.14.40.png

Scroll down further

There's the option for 1 GPU for $3.99/hr and 8 GPU for $23.92/hr

why not do the same for HF ? why to go to DO ?

I haven't explored this yet. I've been using DO in the past

you have access ? can I try your droplet with my python script ?
Screenshot 2025-04-01 at 18.44.48.png

ok its working
how can I have /publicdropletip/trellis1 - /publicdropletip/trellis2 - /publicdropletip/trellis3 etc... in the same droplet to // the creation ?

You can do something like:

GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=8000 python app.py
GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=8001 python app.py
GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=8002 python app.py

deployment ok :

TRELLIS# GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=8002 python app.py

but impossible to start the app

what do I have to do ?

thanks !

Screenshot 2025-04-03 at 10.22.00.png

worked now ! I can run 6 times in //

thanks ! I can run my script for 0.5 $ / hour ;)

correct command is : nohup bash -c "GRADIO_SERVER_NAME=0.0.0.0 GRADIO_SERVER_PORT=8003 python app.py" &

Awesome!

since this morning I have a big error with hyperstack
do you know how to solve this ?

Screenshot 2025-04-10 at 15.17.41.png

Is there an error message in the logs?

Your need to confirm your account before you can post a new comment.

Sign up or log in to comment