Skip to content

Commit

Permalink
replace the placeholder of the repository url to the real one
Browse files Browse the repository at this point in the history
(cherry picked from commit eafbb55)
  • Loading branch information
JingChaoLiu committed Aug 1, 2019
1 parent 87f9a16 commit c347ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ python setup.py install --cuda_ext --cpp_ext

# install PyTorch Detection
cd $INSTALL_DIR
git clone https://github.com/PMTD/PMTD.git
git clone https://github.com/STVIR/PMTD.git
cd PMTD

# the following will install the lib with
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN git clone https://github.com/NVIDIA/apex.git \
# install PyTorch Detection
ARG FORCE_CUDA="1"
ENV FORCE_CUDA=${FORCE_CUDA}
RUN git clone https://github.com/PMTD/PMTD.git \
RUN git clone https://github.com/STVIR/PMTD.git \
&& cd PMTD \
&& python setup.py build develop

Expand Down

0 comments on commit c347ebb

Please sign in to comment.