Update skelda and dockerfile.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
FROM nvcr.io/nvidia/tensorflow:22.08-tf2-py3
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ENV LANG C.UTF-8
|
||||
ENV LC_ALL C.UTF-8
|
||||
ENV LANG=C.UTF-8
|
||||
ENV LC_ALL=C.UTF-8
|
||||
WORKDIR /
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends feh
|
||||
@ -22,6 +22,8 @@ RUN pip3 install --upgrade --no-cache-dir "torchvision<0.15"
|
||||
# Install MMPose
|
||||
RUN pip3 install --upgrade --no-cache-dir openmim
|
||||
RUN mim install mmengine
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user