Dioxus desktop and fullstack worked out of the box. Bevy isn’t working because some Nvidia libraries aren’t in the container. I might need to switch to a different ‘GPU enabled’ image.
- 1 Post
- 5 Comments
Joined 1 year ago
Cake day: March 5th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
How did you go with the VPN? I will be looking at that next. I’m using Proton VPN which has an rpm package, but if that doesn’t work I can fallback to manually setting up the WireGuard config.
Are you accessing that through the browser? It might just be bridging the networking in that case.
The executable that I would be running is
cargo
(the rust build tool) but I want that inside of a container. I couldcargo build
inside the container and then execute the output binary on the host but then I lose things like hot-reload.
I’m running uBlue’s AuroraOS. Have been very happy with it so far.