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
08eb38ce
Commit
08eb38ce
authored
4 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
manylinux: details
parent
d36d8ef1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/manylinux2014/all.sh
+5
-4
5 additions, 4 deletions
docker/manylinux2014/all.sh
docker/manylinux2014/test.Dockerfile
+1
-1
1 addition, 1 deletion
docker/manylinux2014/test.Dockerfile
with
6 additions
and
5 deletions
docker/manylinux2014/all.sh
+
5
−
4
View file @
08eb38ce
#!/bin/bash -eux
docker build
-t
manylinux
.
docker run
-v
"
$(
pwd
-P
)
:/io"
--rm
-t
manylinux
rm
-rf
/io/dist /io/wheelhouse
docker run
-v
"
$(
pwd
-P
)
:/io"
--rm
-t
manylinux /scripts/setup.sh eigenpy
docker run
-v
"
$(
pwd
-P
)
:/io"
--rm
-t
manylinux /scripts/setup.sh hpp-fcl
docker run
-v
"
$(
pwd
-P
)
:/io"
--rm
-t
manylinux /scripts/setup.sh pinocchio
docker run
-v
"
$(
pwd
-P
)
:/io"
-v
/local/users/ccache/:/root/.ccache
--rm
-t
manylinux
rm
-rf
/io/dist /io/wheelhouse
docker run
-v
"
$(
pwd
-P
)
:/io"
-v
/local/users/ccache/:/root/.ccache
--rm
-t
manylinux /scripts/setup.sh eigenpy
docker run
-v
"
$(
pwd
-P
)
:/io"
-v
/local/users/ccache/:/root/.ccache
--rm
-t
manylinux /scripts/setup.sh hpp-fcl
docker run
-v
"
$(
pwd
-P
)
:/io"
-v
/local/users/ccache/:/root/.ccache
--rm
-t
manylinux /scripts/setup.sh pinocchio
clear
for
PYVER
in
2.7 3.5 3.6 3.7 3.8 3.9
do
docker build
-f
test.Dockerfile
--build-arg
PYVER
=
$PYVER
-t
manylinux-test:
$PYVER
.
...
...
This diff is collapsed.
Click to expand it.
docker/manylinux2014/test.Dockerfile
+
1
−
1
View file @
08eb38ce
ARG
PYVER=3.7
FROM
python:$PYVER
RUN
apt-get update
-qqy
&&
apt-get
install
-qqy
libgl1
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
apt-get update
-qqy
&&
apt-get
install
-qqy
libgl1
&&
rm
-rf
/var/lib/apt/lists/
*
&&
pip
install
--no-cache-dir
numpy
ADD
dist config test.sh /
CMD
/test.sh
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