Skip to content

Commit

Permalink
Merge pull request #711 from htm-community/faster_docker
Browse files Browse the repository at this point in the history
Docker: try running make -j8
  • Loading branch information
breznak authored Oct 4, 2019
2 parents 8129e49 + 8163451 commit bd2f74f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ RUN python -m pip install \
# --build /usr/local/src/htm.core/pip-build \
# --no-clean \
-r requirements.txt
RUN mkdir -p build/scripts && \
cd build/scripts && \
cmake ../.. -DCMAKE_BUILD_TYPE=Release && \
make -j8 && make install

RUN python setup.py install --force

# Test
Expand Down

0 comments on commit bd2f74f

Please sign in to comment.