Zippy-boy
Zippy-boy
I managed to add this into the app, in case you still need it. Message me if you do :)
@bogenpirat This project still alive?
Iv been trying to do the same with my RX5700. I noticed this when trying to serve: `time=2024-06-08T13:06:06.875Z level=WARN source=amd_linux.go:296 msg="amdgpu is not supported" gpu=0 gpu_type=gfx1010 library=/opt/rocm/lib supported_types="[gfx1030 gfx1100 gfx1101...
Removed schedule as it wasted github machine time and would complicate docker updates in the future. Also added image volume to save images taken. Would recommend looking at @g0t4 https://github.com/kercre123/wire-pod/pull/328#issue-2291568420...
I am using linux/amd64 on my server.
This does work for an Ubuntu install. And is very similar for other OS's running docker.
Then you can curl the compose file and change the port to something else. And then compose up
Yep, 100% Just make sure that when you change the port for the web UI change the left port but keep the right one at 8080. Like this 2342:8080
Command still seems to work for me (aswell as the image pulling). Try `curl -O https://raw.githubusercontent.com/kercre123/wire-pod/main/compose.yaml` And then `docker compose up -d`
Huh, odd. The image should be available to the public as it's a public repo. Try `sudo usermod -aG docker ${USER}` And `sudo chmod 666 /var/run/docker.sock` And then restart the...