Skip to content
Snippets Groups Projects
Commit 97cf86b8 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

numpy

parent bd85a331
No related branches found
No related tags found
1 merge request!4Update robotpkg-test-rc.py for pinocchio v2.0.0 tests
......@@ -9,6 +9,7 @@ RUN apt-get update -y \
cmake \
libboost-all-dev \
libeigen3-dev \
python3-numpy \
&& rm -rf /var/lib/apt/lists/*
ARG EIGENPY=2.2.2
......@@ -20,4 +21,3 @@ RUN tar xf /eigenpy-${EIGENPY}.tar.gz \
WORKDIR /eigenpy-${EIGENPY}/build
RUN cmake ..
RUN make
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment