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.2.6-cp310/vtk-9.2.6.dev0-cp310-cp310-linux_aarch64.whl"; fi
30
+
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then python3 -m pip install vtk; fi
31
+
19
32
ADD requirements.txt /tmp/requirements.txt
20
-
RUN python3 -m pip install --no-cache-dir -U -r requirements.txt
33
+
RUN python3 -m pip install --no-cache-dir -v -r requirements.txt
0 commit comments