You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ue4-docker version: 0.0.114 (latest available version is 0.0.114)
Operating system: Linux (Ubuntu 22.04.4 LTS, 5.15.146.1-microsoft-standard-WSL2, running under WSL)
Docker daemon version: 27.0.3
NVIDIA Docker supported: Yes
Maximum image size: No limit detected
Available disk space: 879.26 GiB
Total system memory: 98.23 GiB physical, 25 GiB virtual
CPU: 16 physical, 32 logical (x86_64)
Additional details:
Are you accessing the network through a proxy server? No
Hi, I am trying to run MovieRenderQueue within the docker container. I am getting Vulkan Driver crashes. I am currently running on a Windows 10 machine try to run these docker containers. I've been trying to match driver versions, rebuild and compile for linux and I seem to be coming to a dead end. Any help would be appreciated!
Does Vulkan actually work inside WSL2 for you? And if so, can it be gotten working inside a regular container? (I'm not sure if we have vulkaninfo available inside the unreal-engine dev container but if so, vulkaninfo --summary will help show what state it's in.)
That error suggests that whatever Vulkan driver is being used, it doesn't support what we need it to do. I'm not sure if that's something that lives inside or outside the container though.
Output of the
ue4-docker info
command:Additional details:
Hi, I am trying to run MovieRenderQueue within the docker container. I am getting Vulkan Driver crashes. I am currently running on a Windows 10 machine try to run these docker containers. I've been trying to match driver versions, rebuild and compile for linux and I seem to be coming to a dead end. Any help would be appreciated!
My docker run command:
docker run -it --gpus=all -e DISPLAY=192.168.1.115:0.0 -v $(pwd):/home/ue4/UnrealEngine/CitySample ghcr.io/epicgames/unreal-engine:dev-5.4.1
The error I am receiving:
The text was updated successfully, but these errors were encountered: