feat: GPU passthrough support

This commit is contained in:
Kroese 2023-10-09 01:42:01 +02:00 committed by GitHub
parent da4555925b
commit b6ca62da34

View File

@ -29,6 +29,7 @@ RUN apt-get update && apt-get -y upgrade && \
ca-certificates \
netcat-openbsd \
qemu-system-x86 \
xserver-xorg-video-intel \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*