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
UBUniversal Blue
Created by endangeredAI on 1/25/2024 in #🛟bazzite-help
How do I prevent Bazzite from turning off/going to sleep.
I´ve setup my linux machine to stream steam games, but whenever I want to stream or access it I can´t because the damned machine has gone to sleep. How do I stop this?
6 replies
UBUniversal Blue
Created by endangeredAI on 11/19/2023 in #🛟bazzite-help
installer stuck
No description
35 replies
UBUniversal Blue
Created by endangeredAI on 10/19/2023 in #🛟bazzite-help
unable to install zerotier
hey, so i'm trying to setup zerotier on my bazzite install, and when I run the install command, I get the following:
Found Fedora. creating /etc/yum.repos-d/zertier.repo

error: can´t create transaction lock on /usr/shape/rpm/.rpm/.lock (read only file system)
error: /tmp/zt-gpg-key: key 1 import failed

** installing zerotier service package...
bash: line 314: yum: command not found

***package installation failed
Found Fedora. creating /etc/yum.repos-d/zertier.repo

error: can´t create transaction lock on /usr/shape/rpm/.rpm/.lock (read only file system)
error: /tmp/zt-gpg-key: key 1 import failed

** installing zerotier service package...
bash: line 314: yum: command not found

***package installation failed
so my question is, is zerotier tryign to install yum and failing because the directory is read only, and if so how do I fix it OR Do I just need to install yum first
9 replies