Skip to content

Commit

Permalink
python3 fix to aarch64 dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
balakumar-s committed Dec 15, 2023
1 parent 97d5576 commit 256227b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/aarch64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ RUN cd /pkgs && git clone https://github.com/valtsblukis/nvblox.git && \

RUN cd /pkgs && git clone https://github.com/nvlabs/nvblox_torch.git && \
cd nvblox_torch && \
sh install.sh $(python -c 'import torch.utils; print(torch.utils.cmake_prefix_path)') && \
sh install.sh $(python3 -c 'import torch.utils; print(torch.utils.cmake_prefix_path)') && \
python3 -m pip install -e .

RUN python -m pip install "robometrics[evaluator] @ git+https://github.com/fishbotics/robometrics.git"
Expand Down

0 comments on commit 256227b

Please sign in to comment.