endangeredAI
endangeredAI
Explore posts from servers
RRunPod
Created by endangeredAI on 4/6/2024 in #⚡|serverless
401 Unauthorized
No description
8 replies
RRunPod
Created by endangeredAI on 2/22/2024 in #⛅|pods
correct way to call jupyter in template
I'm trying to learn how to create a template. I'm using FROM runpod/pytorch:2.1.1-py3.10-cuda12.1.1-devel-ubuntu22.04 as a base, which I beleive already comes with jupyter. As such I am tryign to run jupyter in my start.sh file using the command below: echo "Starting Jupyter Lab..." jupyter lab --ip 0.0.0.0 --port 8888 --allow-root --NotebookApp.token='' --NotebookApp.password='' & however, while the echo is propelry logged to the system log, unfortunately the button to access jupyter does not appear in the pod as it should. When I try to access it manually by going to podid-podport.runpod.ne i'm presented with a white page. I also checked to make sure that the port is properly exposed in the template and pod panels. What am I doing wrong?
7 replies
RRunPod
Created by endangeredAI on 2/5/2024 in #⛅|pods
I just re-initialized a suspended pod and now I don't have gpu drivers
RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx
RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx
This is a simple pytorch pod with only comfyui installed. It was fine this morning and now when I run python3 main.py --listen 0.0.0.0 --port 8188 This comes up 😦
2 replies