I'm running a custom Ubuntu 22.04 container with ROCm 5.4 targeted for my dual RX 5500 XT setup, so the preconfigured ones don't apply to my hardware as it expects NVIDIA.
Also, Applio requires PyTorch version 2.1 and above. The latest official build that works with my GPU is version 2.0 and ROCm 5.2 plus the environment variable override. Therefore, it's broken due to feature deprecation and have to manually compile the toolkit.
I've tried opening port 6969 using -p 6969:6969 and --expose 6969 to access localhost:6969 from the host, but I get a connection reset error.
docker ps has the following entry in the PORTS column:
0.0.0.0:6969->6969/tcp, :::6969->6969/tcp
The public link works fine, but I prefer local in case the Gradio share links go offline, which has happened several times.
If you have any instructions on how to proceed, please let me know. Thank you very much.