Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonathan Lambrechts
seamsh
Commits
4c568710
Commit
4c568710
authored
Oct 18, 2021
by
Jonathan Lambrechts
Browse files
update gmsh in docker
parent
2d60d6f1
Pipeline
#9871
failed with stages
in 8 minutes and 31 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4c568710
...
...
@@ -19,7 +19,7 @@
# see <http://www.gnu.org/licenses/>.
seamshbuild-linux
:
image
:
immc/seamsh-build:v0.
9
image
:
immc/seamsh-build:v0.
10
stage
:
build
script
:
-
cd seamshlib
...
...
docker/valid/Dockerfile
View file @
4c568710
...
...
@@ -22,12 +22,13 @@ FROM ubuntu:20.04
RUN
apt update
ENV
DEBIAN_FRONTEND=noninteractive
RUN
apt update
&&
apt
install
-y
git python3 python3-numpy
gmsh
python3-scipy python3-petsc4py python3-pip gdal-bin
RUN
apt update
&&
apt
install
-y
git python3 python3-numpy python3-scipy python3-petsc4py python3-pip gdal-bin
VOLUME
["/etc/gitlab-runner"]
RUN
useradd
-ms
/bin/bash validator
USER
validator
RUN
pip3
install
numpy gmsh-dev
RUN
pip3
install
numpy
RUN
pip3
install
-i
https://gmsh.info/python-packages
--force-reinstall
--no-cache-dir
gmsh-nox-dev
RUN
pip3
install
gdal
WORKDIR
/home/validator
setup.py
View file @
4c568710
...
...
@@ -57,7 +57,7 @@ setuptools.setup(
"Programming Language :: Python"
,
"Topic :: Scientific/Engineering"
],
install_requires
=
[
"scipy"
,
"numpy"
,
"gdal"
,
"gmsh
-dev
"
],
install_requires
=
[
"scipy"
,
"numpy"
,
"gdal"
,
"gmsh"
],
python_requires
=
'>=3.6'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment