Skip to content

Commit

Permalink
Add missing config entry for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
msz-rai committed Feb 22, 2024
1 parent 439cc7d commit 0b6f8f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def __init__(self):
if inside_docker():
self.VCPKG_DIR = os.path.join("/rgldep", "vcpkg")
self.RADAR_MSGS_DIR = os.path.join("/rgldep", "radar_msgs")
self.RADAR_MSGS_INSTALL_DIR = os.path.join("/rgldep", "radar_msgs", "install")

if on_windows():
self.CUDA_MIN_VER_MINOR = 4
Expand Down

0 comments on commit 0b6f8f6

Please sign in to comment.