Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Nov 20, 2022
1 parent 3ed0409 commit 4e6c98f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ RUN --mount=type=bind,from=wheels,source=/wheels,target=/wheels \
# GPU drivers
mesa-va-drivers libva-drm2 intel-media-va-driver-non-free i965-va-driver libmfx1 \
# GPU stats
radeontop intel-gpu-tools; \
radeontop intel-gpu-tools \
&& rm -f /etc/apt/sources.list.d/debian-testing.list; \
fi \
&& if [ "${TARGETARCH}" = "arm64" ]; then \
apt-get -qq install --no-install-recommends --no-install-suggests -y \
Expand Down

0 comments on commit 4e6c98f

Please sign in to comment.