Skip to content
Snippets Groups Projects
Commit 11276f4f authored by iggotsul's avatar iggotsul
Browse files

modified reqs

parent c04686ea
No related branches found
No related tags found
No related merge requests found
...@@ -44,13 +44,13 @@ USER ${USER} ...@@ -44,13 +44,13 @@ USER ${USER}
RUN pip install numpy cython --no-cache-dir RUN pip install numpy cython --no-cache-dir
COPY --chown=1001:1001 requirements.txt requirements.txt COPY --chown=1001:1001 requirements.txt requirements.txt
RUN pip install --no-cache-dir -r 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 #RUN apt-get install jupyter-notebook
# (optional) # (optional)
# (either add below as dependency in requirements.txt or uncomment below line) # (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 user files
COPY --chown=1001:1001 . ${HOME_DIR} COPY --chown=1001:1001 . ${HOME_DIR}
......
...@@ -11,4 +11,4 @@ pyyaml==5.1 ...@@ -11,4 +11,4 @@ pyyaml==5.1
timeout_decorator timeout_decorator
git+https://github.com/AIcrowd/coco.git#subdirectory=PythonAPI 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment