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 a9229f6 commit f99fc5eCopy full SHA for f99fc5e
docker-compose.yml
@@ -1,5 +1,3 @@
1
-version: "3.8"
2
-
3
services:
4
wave:
5
image: wave-${BASE_OS}:${IMAGE_TAG}
dockerfiles/ubuntu/Dockerfile
@@ -1,4 +1,8 @@
FROM ubuntu:latest
+# TODO: with latest (24.04) version of ubuntu there are following errors
+# MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER)
+# glx: failed to create drisw screen
+# NOTE: however the snapshots on 24.04 are identical to the ones from 22.04
6
7
# Install base dependencies
8
RUN apt-get update && apt-get install -y -q --no-install-recommends \
0 commit comments