Commit b0e78094 authored by 吴升宇's avatar 吴升宇

fix git clone url

parent cb529c0d
......@@ -8,7 +8,7 @@ ENV PYTHONPATH /usr/local/caffe2_build:${PYTHONPATH}
ENV LD_LIBRARY_PATH /usr/local/caffe2_build/lib:${LD_LIBRARY_PATH}
# Clone the Detectron repository
RUN git clone git@git.wanmeizhensuo.com:wushengyu/detectron.git /detectron
RUN git clone git@git.wanmeizhensuo.com/wushengyu/detectron.git /detectron
RUN cd /detectron && git checkout d56e267
# Install Python dependencies
......
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