You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then python3 -m pip install "https://github.com/finsberg/vtk-aarch64/releases/download/vtk-9.3.0-cp312/vtk-9.3.0.dev0-cp312-cp312-linux_aarch64.whl"; fi
31
-
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then python3 -m pip install vtk; fi
20
+
RUN python3 -m pip install -U setuptools pip pkgconfig poetry-core
21
+
22
+
23
+
RUN python3 -m pip install vtk
32
24
33
25
ADD pyproject.toml /tmp/pyproject.toml
34
26
RUN python3 -m pip install --no-cache-dir --no-binary=h5py -v .
0 commit comments