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
0052d18d
Commit
0052d18d
authored
2 months ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
update eigenpy docker
parent
8be7f17b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/eigenpy/Dockerfile
+8
-4
8 additions, 4 deletions
docker/eigenpy/Dockerfile
with
8 additions
and
4 deletions
docker/eigenpy/Dockerfile
+
8
−
4
View file @
0052d18d
FROM
ubuntu:
focal
FROM
ubuntu:
noble
ENV
CTEST_OUTPUT_ON_FAILURE=true
...
...
@@ -10,14 +10,18 @@ RUN apt-get update -y \
libboost-all-dev
\
libeigen3-dev
\
python3-numpy
\
python3-scipy
\
python-is-python3
\
&&
rm
-rf
/var/lib/apt/lists/
*
ARG
EIGENPY=
2.6.4
ARG
EIGENPY=
3.10.1
ADD
https://github.com/stack-of-tasks/eigenpy/releases/download/v${EIGENPY}/eigenpy-${EIGENPY}.tar.gz /
RUN
tar
xf /eigenpy-
${
EIGENPY
}
.tar.gz
WORKDIR
/eigenpy-${EIGENPY}/build
RUN
cmake ..
RUN
cmake
-B
build
-S
/eigenpy-
${
EIGENPY
}
-DPYTHON_STANDARD_LAYOUT
=
ON
-DPYTHON_DEB_LAYOUT
=
ON
RUN
cmake
--build
build
-j16
RUN
cmake
--build
build
-t
test
RUN
cmake
--build
build
-t
install
RUN
python
-c
"import eigenpy"
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