Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dolfin_warp
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Genet
dolfin_warp
Commits
3820c6e1
Commit
3820c6e1
authored
6 years ago
by
Martin Genet
Browse files
Options
Downloads
Patches
Plain Diff
Adding Dockerfiles
parent
b979c179
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Docker/dolfin_dic-dev/Dockerfile
+34
-0
34 additions, 0 deletions
Docker/dolfin_dic-dev/Dockerfile
Docker/dolfin_dic/Dockerfile
+8
-0
8 additions, 0 deletions
Docker/dolfin_dic/Dockerfile
with
42 additions
and
0 deletions
Docker/dolfin_dic-dev/Dockerfile
0 → 100644
+
34
−
0
View file @
3820c6e1
#FROM ubuntu:latest
#FROM quay.io/fenicsproject/stable:2016.1.0
#FROM quay.io/fenicsproject/stable:2016.2.0
#FROM quay.io/fenicsproject/stable:2017.1.0
#FROM quay.io/fenicsproject/stable:2017.2.0
FROM
quay.io/fenicsproject/stable:current
#FROM quay.io/fenicsproject/stable:latest
#USER root
#RUN apt-get update; apt-get -y upgrade; apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
#RUN apt-get update; apt-get install -y software-properties-common
#RUN add-apt-repository -y ppa:fenics-packages/fenics-2016.1.0
#RUN add-apt-repository -y ppa:fenics-packages/fenics-2016.2.0
#RUN add-apt-repository -y ppa:fenics-packages/fenics-2017.1.0
#RUN add-apt-repository -y ppa:fenics-packages/fenics-2017.2.0
#RUN add-apt-repository -y ppa:fenics-packages/fenics
#RUN apt-get update; apt-get install -y fenics; apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN
apt-get update
;
apt-get
-y
install
libvtk6-dev
;
apt-get clean
;
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
ENV
CPATH="/usr/include/vtk-6.2":$CPATH
RUN
apt-get update
;
apt-get
-y
install
gnuplot git
;
apt-get clean
;
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
WORKDIR
/home/fenics
RUN
git clone https://github.com/aschn/gnuplot-colorbrewer.git
RUN
echo
"set loadpath
\"
/home/fenics/gnuplot-colorbrewer/diverging:/home/fenics/gnuplot-colorbrewer/qualitative:/home/fenics/gnuplot-colorbrewer/sequential
\"
"
>
.gnuplot
WORKDIR
/home/fenics
RUN
mkdir
code
ENV
PYTHONPATH=/home/fenics/code:$PYTHONPATH
ENV
PATH=/home/fenics/code/myPythonLibrary:/home/fenics/code/myVTKPythonLibrary:/home/fenics/code/vtkpython_cbl:$PATH
#USER root
This diff is collapsed.
Click to expand it.
Docker/dolfin_dic/Dockerfile
0 → 100644
+
8
−
0
View file @
3820c6e1
FROM
dolfin_dic-dev
RUN
apt-get update
;
apt-get
install
-y
git
;
apt-get clean
;
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
WORKDIR
/home/fenics/code
RUN
git clone https://github.com/mgenet/myPythonLibrary.git
RUN
git clone https://github.com/mgenet/myVTKPythonLibrary.git
RUN
git clone https://github.com/mgenet/vtkpython_cbl.git
RUN
git clone https://bitbucket.org/mgenet/dolfin_dic.git
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