Skip to content

Commit

Permalink
"fix export"
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhwinter committed Feb 7, 2018
1 parent 53e9e2d commit 7a45304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN git clone https://github.com/woboq/woboq_codebrowser /woboq && \
# Download the NCCL1.3 and build it locally
RUN git clone https://github.com/NVIDIA/nccl /nccl && \
(cd /nccl \
export PREFIX=/usr make -j `nproc` && make install)
make -j `nproc` && export PREFIX=/usr; make install)

# Configure OpenSSH server. c.f. https://docs.docker.com/engine/examples/running_ssh_service
RUN mkdir /var/run/sshd
Expand Down

0 comments on commit 7a45304

Please sign in to comment.