Skip to content

Commit

Permalink
Fixing the dockerfile to build the packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
perone committed Feb 12, 2019
1 parent 2b8c51b commit ed27aa1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/package/Dockerfile
Expand Up @@ -39,12 +39,12 @@ WORKDIR /opt/pytorch
RUN git clone https://github.com/pytorch/pytorch.git
WORKDIR /opt/pytorch/pytorch

RUN git submodule update --init
RUN git checkout v1.0.1 && git submodule update --init && mkdir build

RUN mkdir build
RUN cd build && python ../tools/build_libtorch.py

COPY euclidesdb /euclidesdb
RUN cd / && git clone https://github.com/perone/euclidesdb.git && \
cd /euclidesdb && git submodule update --init

RUN ln -s /opt/pytorch/pytorch/torch/lib/tmp_install /euclidesdb/libtorch
RUN mv /euclidesdb/libtorch/include/google /euclidesdb/libtorch/include/g
Expand Down

0 comments on commit ed27aa1

Please sign in to comment.