Skip to content

Commit 13877e9

Browse files
committed
copy git folder for correct version number in docker
1 parent 5706f3d commit 13877e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN pip install --no-cache-dir --break-system-packages ipython
1010
RUN pip install --no-cache-dir --break-system-packages --pre ngsolve
1111

1212
WORKDIR /app
13+
COPY .git .git
1314
COPY pyproject.toml .
1415
COPY ngsolve_webgpu/ ngsolve_webgpu/
1516
RUN pip install --no-cache-dir --break-system-packages --no-deps .

0 commit comments

Comments
 (0)