mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-08-24 08:42:45 +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 pyyaml
|
||||||
RUN pip3 install rospkg
|
RUN pip3 install rospkg
|
||||||
|
|
||||||
|
RUN sudo cp -r /usr/include/eigen3/Eigen /usr/include/Eigen
|
||||||
|
|
||||||
CMD ["/bin/bash"]
|
CMD ["/bin/bash"]
|
||||||
|
Reference in New Issue
Block a user