Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Gepetto Utils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
Gepetto Utils
Commits
bd85a331
Commit
bd85a331
authored
4 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
eigenpy / focal
parent
2ff04f53
No related branches found
No related tags found
1 merge request
!4
Update robotpkg-test-rc.py for pinocchio v2.0.0 tests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/eigenpy/Dockerfile
+23
-0
23 additions, 0 deletions
docker/eigenpy/Dockerfile
with
23 additions
and
0 deletions
docker/eigenpy/Dockerfile
0 → 100644
+
23
−
0
View file @
bd85a331
ARG
UBUNTU=focal
FROM
ubuntu:$UBUNTU
ENV
DEBIAN_FRONTEND=noninteractive CTEST_OUTPUT_ON_FAILURE=true
RUN
apt-get update
-y
\
&&
apt-get
install
-y
\
build-essential
\
cmake
\
libboost-all-dev
\
libeigen3-dev
\
&&
rm
-rf
/var/lib/apt/lists/
*
ARG
EIGENPY=2.2.2
ADD
https://github.com/stack-of-tasks/eigenpy/releases/download/v${EIGENPY}/eigenpy-${EIGENPY}.tar.gz /
RUN
tar
xf /eigenpy-
${
EIGENPY
}
.tar.gz
\
&&
mkdir
/eigenpy-
${
EIGENPY
}
/build
WORKDIR
/eigenpy-${EIGENPY}/build
RUN
cmake ..
RUN
make
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment