We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90d35e commit 7d909a7Copy full SHA for 7d909a7
2 files changed
docs/testing.rst
@@ -236,7 +236,7 @@ now available in your tests.
236
237
Derive from the ``webgpu-base`` image so you get Chrome, lavapipe and
238
Python test dependencies for free. Install ``webgpu`` (which includes
239
-``webgpu.testing``) from PyPI or from a local checkout:
+``webgpu.testing``) from PyPI:
240
241
.. code-block:: dockerfile
242
tests/Dockerfile.base
@@ -3,6 +3,8 @@ FROM mcr.microsoft.com/playwright/python:v1.58.0-noble
3
# Install lavapipe (software Vulkan) for WebGPU support
4
RUN apt-get update && apt-get install -y --no-install-recommends \
5
mesa-vulkan-drivers \
6
+ git-lfs \
7
+ && git lfs install \
8
&& rm -rf /var/lib/apt/lists/*
9
10
ENV VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/lvp_icd.json
0 commit comments