Skip to content

Commit

Permalink
SOF-7354: remove obsolete docker-compose version line
Browse files Browse the repository at this point in the history
+ add note on MESA glx error in Ubuntu 24.04
  • Loading branch information
pranabdas committed May 10, 2024
1 parent a9229f6 commit f99fc5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
@@ -1,5 +1,3 @@
version: "3.8"

services:
wave:
image: wave-${BASE_OS}:${IMAGE_TAG}
Expand Down
4 changes: 4 additions & 0 deletions 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

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

0 comments on commit f99fc5e

Please sign in to comment.