Skip to content

Commit f99fc5e

Browse files
committed
SOF-7354: remove obsolete docker-compose version line
+ add note on MESA glx error in Ubuntu 24.04
1 parent a9229f6 commit f99fc5e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3.8"
2-
31
services:
42
wave:
53
image: wave-${BASE_OS}:${IMAGE_TAG}

dockerfiles/ubuntu/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
FROM ubuntu:latest
2+
# TODO: with latest (24.04) version of ubuntu there are following errors
3+
# MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER)
4+
# glx: failed to create drisw screen
5+
# NOTE: however the snapshots on 24.04 are identical to the ones from 22.04
26

37
# Install base dependencies
48
RUN apt-get update && apt-get install -y -q --no-install-recommends \

0 commit comments

Comments
 (0)