forked from autowarefoundation/autoware
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docker): fix CUDA compile on devel image and improve run.sh (aut…
…owarefoundation#4849) * modular containers PR phase1 Signed-off-by: Oguz <[email protected]> * style(pre-commit): autofix * add download artifacts to devel and runtime image Signed-off-by: Oguz <[email protected]> * Update docker/build.sh Co-authored-by: Yutaka Kondo <[email protected]> * style(pre-commit): autofix * build from temp source directory and remove dangling images Signed-off-by: Oguz Ozturk <[email protected]> * Revert "build from temp source directory and remove dangling images" This reverts commit c66a1dd. * build containers from temp source and remove dangling images Signed-off-by: Oguz Ozturk <[email protected]> * style(pre-commit): autofix * add vcs pull to update Signed-off-by: Oguz Ozturk <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Oguz <[email protected]> Signed-off-by: Oguz Ozturk <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yutaka Kondo <[email protected]>
- Loading branch information
1 parent
f84afce
commit 4e7f539
Showing
6 changed files
with
92 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,6 @@ capture/ | |
|
||
# Node.js | ||
node_modules/ | ||
|
||
# Docker build | ||
docker/src |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters