File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ pip install -r docs/requirements.txt
2525```
2626
2727# Set up with Dockder
28- comming soon
28+
29+ Please check the [ docker folder] ( docker )
Original file line number Diff line number Diff line change 11FROM nvidia/cuda:10.1-cudnn7-devel
22
3+ # https://github.com/NVIDIA/nvidia-docker/issues/1632
4+ RUN rm /etc/apt/sources.list.d/cuda.list
5+ RUN rm /etc/apt/sources.list.d/nvidia-ml.list
36ENV DEBIAN_FRONTEND noninteractive
47RUN apt-get update && apt-get install -y \
58 python3-opencv ca-certificates python3-dev git wget sudo ninja-build
@@ -12,8 +15,9 @@ RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
1215USER appuser
1316WORKDIR /home/appuser
1417
18+ # https://github.com/facebookresearch/detectron2/issues/3933
1519ENV PATH="/home/appuser/.local/bin:${PATH}"
16- RUN wget https://bootstrap.pypa.io/get-pip.py && \
20+ RUN wget https://bootstrap.pypa.io/pip/3.6/ get-pip.py && \
1721 python3 get-pip.py --user && \
1822 rm get-pip.py
1923
You can’t perform that action at this time.
0 commit comments