We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2839265 commit e4f25b8Copy full SHA for e4f25b8
Dockerfile
@@ -23,6 +23,7 @@ RUN pip install 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=Pyt
23
# install detectron2
24
RUN git clone https://github.com/facebookresearch/detectron2 /detectron2_repo
25
ENV FORCE_CUDA="1"
26
+ENV TORCH_CUDA_ARCH_LIST="Maxwell;Maxwell+Tegra;Pascal;Volta;Turing"
27
RUN pip install -e /detectron2_repo
28
29
WORKDIR /detectron2_repo
0 commit comments