mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-08-23 16:32:44 +00:00
Dockerfile Fix Dependency
- Copy Eigen folder inside /usr/include/eigen3 to /usr/include folder to fix dependency issue
This commit is contained in:
@@ -73,4 +73,6 @@ RUN sudo apt-get update && \
|
||||
RUN pip3 install pyyaml
|
||||
RUN pip3 install rospkg
|
||||
|
||||
RUN sudo cp -r /usr/include/eigen3/Eigen /usr/include/Eigen
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
|
Reference in New Issue
Block a user