Skip to content

Commit e6750f9

Browse files
committed
install webgpu from github not pip (testing not yet published)
1 parent ef6b54e commit e6750f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG BASE_IMAGE=webgpu-base
22
FROM ${BASE_IMAGE}
33

4-
RUN pip install --no-cache-dir --break-system-packages ngsolve ipython webgpu
4+
RUN pip install --no-cache-dir --break-system-packages ngsolve ipython git+https://github.com/CERBSim/webgpu.git
55

66
WORKDIR /app
77
COPY pyproject.toml .

0 commit comments

Comments
 (0)