Skip to content

Commit

Permalink
make install
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Jul 10, 2024
1 parent 66b8f5d commit 9d834d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/ubuntu/Dockerfile.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ RUN cmake .. \
-DCMAKE_BUILD_TYPE=Release
RUN make -j$(nproc)
RUN make test
RUN make install

CMD ["bash"]
1 change: 1 addition & 0 deletions docker/ubuntu/Dockerfile.gcc.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ RUN cmake .. \
-DBUILD_WITH_CUDA_MULTIARCH=ON \
-DCMAKE_BUILD_TYPE=Release
RUN make -j$(nproc)
RUN make install

CMD ["bash"]
1 change: 1 addition & 0 deletions docker/ubuntu/Dockerfile.llvm.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ RUN CC=clang CXX=clang++ \
-DBUILD_WITH_CUDA_MULTIARCH=ON \
-DCMAKE_BUILD_TYPE=Release
RUN make -j$(nproc)
RUN make install

CMD ["bash"]

0 comments on commit 9d834d0

Please sign in to comment.