From 11276f4fc8d7e6eb0cfd4117a68e6e2030611c03 Mon Sep 17 00:00:00 2001 From: iggotsul <igorgotsu@gmail.com> Date: Thu, 10 Feb 2022 11:38:44 +0200 Subject: [PATCH] modified reqs --- Dockerfile | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index be2e161..ca057b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,13 +44,13 @@ USER ${USER} RUN pip install numpy cython --no-cache-dir COPY --chown=1001:1001 requirements.txt requirements.txt RUN pip install --no-cache-dir -r requirements.txt -RUN pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.8.0/index.html +RUN pip install mmcv-full==1.4.0 -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.8.0/index.html #RUN apt-get install jupyter-notebook # (optional) # (either add below as dependency in requirements.txt or uncomment below line) -# RUN pip install -U git+https://github.com/open-mmlab/mmdetection.git@v2.3.0 +# RUN pip install -U git+https://github.com/open-mmlab/mmdetection.git@v2.12.0 # Copy user files COPY --chown=1001:1001 . ${HOME_DIR} diff --git a/requirements.txt b/requirements.txt index 23dd9c5..0d02f8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ pyyaml==5.1 timeout_decorator git+https://github.com/AIcrowd/coco.git#subdirectory=PythonAPI -git+https://github.com/open-mmlab/mmdetection.git@v2.3.0 +git+https://github.com/open-mmlab/mmdetection.git@v2.12.0 -- GitLab