Changed docker base image.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM nvcr.io/nvidia/tensorflow:22.08-tf2-py3
|
||||
FROM nvcr.io/nvidia/pytorch:23.02-py3
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ENV LANG=C.UTF-8
|
||||
@ -15,11 +15,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends python3-tk
|
||||
# Update pip to allow installation of skelda in editable mode
|
||||
RUN pip3 install --upgrade --no-cache-dir pip
|
||||
|
||||
# Install pytorch
|
||||
RUN pip3 install --upgrade --no-cache-dir "torch<2.0"
|
||||
RUN pip3 install --upgrade --no-cache-dir "torchvision<0.15"
|
||||
|
||||
# Install MMPose
|
||||
ENV FORCE_CUDA="1"
|
||||
ENV MMCV_WITH_OPS=1
|
||||
RUN pip3 install --upgrade --no-cache-dir openmim
|
||||
RUN mim install mmengine
|
||||
RUN mim install "mmcv>=2,<2.2.0"
|
||||
|
||||
7260
media/RESULTS.md
7260
media/RESULTS.md
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user