Skip to content

Commit e4f25b8

Browse files
ppwwyyxxfacebook-github-bot
authored andcommitted
fix docker build (fix facebookresearch#56)
Summary: Pull Request resolved: facebookresearch#61 Differential Revision: D17909051 Pulled By: ppwwyyxx fbshipit-source-id: 76e8b59e4f0a855e1b81ab4418721628efe36332
1 parent 2839265 commit e4f25b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN pip install 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=Pyt
2323
# install detectron2
2424
RUN git clone https://github.com/facebookresearch/detectron2 /detectron2_repo
2525
ENV FORCE_CUDA="1"
26+
ENV TORCH_CUDA_ARCH_LIST="Maxwell;Maxwell+Tegra;Pascal;Volta;Turing"
2627
RUN pip install -e /detectron2_repo
2728

2829
WORKDIR /detectron2_repo

0 commit comments

Comments
 (0)