Skip to content

Commit 7d909a7

Browse files
committed
update dockerfile to also install git lfs
1 parent d90d35e commit 7d909a7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ now available in your tests.
236236

237237
Derive from the ``webgpu-base`` image so you get Chrome, lavapipe and
238238
Python test dependencies for free. Install ``webgpu`` (which includes
239-
``webgpu.testing``) from PyPI or from a local checkout:
239+
``webgpu.testing``) from PyPI:
240240

241241
.. code-block:: dockerfile
242242

tests/Dockerfile.base

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ FROM mcr.microsoft.com/playwright/python:v1.58.0-noble
33
# Install lavapipe (software Vulkan) for WebGPU support
44
RUN apt-get update && apt-get install -y --no-install-recommends \
55
mesa-vulkan-drivers \
6+
git-lfs \
7+
&& git lfs install \
68
&& rm -rf /var/lib/apt/lists/*
79

810
ENV VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/lvp_icd.json

0 commit comments

Comments
 (0)