Dockerfile Updates

- Remove copying Eigen folder (no longer needed)
This commit is contained in:
Sravan Balaji
2020-04-25 05:29:57 -04:00
parent d7918b49a0
commit e2c9279a48

View File

@@ -62,6 +62,4 @@ RUN pip3 install -U \
RUN pip3 install pyyaml
RUN pip3 install rospkg
RUN sudo cp -r /usr/include/eigen3/Eigen /usr/include/Eigen
CMD ["/bin/bash"]