Commit 3579fac4 authored by 吴升宇's avatar 吴升宇

fix

parent 8dddfd28
...@@ -11,7 +11,7 @@ ENV LD_LIBRARY_PATH /usr/local/caffe2_build/lib:${LD_LIBRARY_PATH} ...@@ -11,7 +11,7 @@ ENV LD_LIBRARY_PATH /usr/local/caffe2_build/lib:${LD_LIBRARY_PATH}
COPY . /detectron COPY . /detectron
# Install Python dependencies # Install Python dependencies
RUN pip install -r /detectron/requirements.txt RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r /detectron/requirements.txt
# Install the COCO API # Install the COCO API
RUN git clone https://github.com/cocodataset/cocoapi.git /cocoapi RUN git clone https://github.com/cocodataset/cocoapi.git /cocoapi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment