Whatever I do, the ports do not open for the service
1. There is nothing in the logs that indicates something is wrong (attached screenshot)
2. I've tried multiple images and GPU types.
5 Replies
tried refresh page and clicking buttons?
what template you run?
I tried running runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04
weird it finally showed up
is this because there needs to be a service running at the port?
for it to be ready?
yes
hang on so if I start a nodejs server at 8080 --> the port iwll be ready?
I guesss the status is based on pinging to see if there is a process on the port, rather than whether the port is open?
make sure it runs on 0.0.0.0 and not just localhost