We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c6771 commit 2e4899dCopy full SHA for 2e4899d
podman_compile.sh
@@ -8,7 +8,6 @@ set -o errtrace
8
9
opts=""
10
opts="$opts --device /dev/dri "
11
-echo "Running with the GPU passthrough"
12
13
#IMAGE=quay.io/ramalama/remoting:latest
14
IMAGE=localhost/mesa:compile
run.vulkan.sh
@@ -13,7 +13,7 @@ fi
ICD_DIR=/Users/kevinpouget/.local/share/vulkan/icd.d
15
16
-MESA_FLAVOR=work
+MESA_FLAVOR=good
17
if [[ "$MESA_FLAVOR" == "work" ]]; then
18
export VK_ICD_FILENAMES=$ICD_DIR/virtio_icd.aarch64.json
19
elif [[ "$MESA_FLAVOR" == "good" ]]; then
0 commit comments