Updating base image.

This commit is contained in:
Daniel
2024-11-29 13:53:47 +01:00
parent 4b2811c1c8
commit ae21a3cf29
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM nvcr.io/nvidia/pytorch:23.02-py3
FROM nvcr.io/nvidia/pytorch:24.10-py3
ARG DEBIAN_FRONTEND=noninteractive
ENV LANG=C.UTF-8
@@ -24,7 +24,7 @@ RUN mim install "mmcv>=2,<2.2.0"
RUN mim install "mmdet>=3"
RUN mim install "mmpose>=1.1.0"
# Fix an error when importing mmpose
RUN pip3 install --upgrade --no-cache-dir numpy scipy
RUN pip3 install --upgrade --no-cache-dir "numpy<2" scipy
RUN git clone --depth=1 --branch=main https://github.com/open-mmlab/mmpose.git
# Download pretrained model