Skip to content

Commit

Permalink
Since commited into the ELF tree, no need to pull from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank He committed Jun 25, 2018
1 parent 6e18b0c commit 82276f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ RUN ${ELF_FOLDER}/${MINICONDA_INSTALL_SCRIPT_NAME} -b
ENV PATH="${PATH}:/root/miniconda3/bin"
RUN conda install -c pytorch pytorch-nightly cuda90 numpy zeromq pyzmq

WORKDIR ${ELF_FOLDER}
RUN git clone https://github.com/pytorch/ELF.git
RUN mkdir -p ${ELF_FOLDER}/ELF
ADD . ${ELF_FOLDER}/ELF
WORKDIR ${ELF_FOLDER}/ELF

RUN git submodule sync && git submodule update --init --recursive
Expand Down

0 comments on commit 82276f1

Please sign in to comment.