Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sassena
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DAPHNE4NFDI
Sassena
Commits
492a7761
Commit
492a7761
authored
1 year ago
by
Daniel Vonk
Committed by
Daniel Vonk
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix Dockerfile
Push graphviz down to next line
parent
9d0f8ec1
No related branches found
No related tags found
2 merge requests
!19
Merge develop into main
,
!13
Add CI System to Sassena and Modernize Build-System
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
with
2 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
492a7761
...
...
@@ -4,8 +4,8 @@ LABEL NAME="sassena-ci" \
DESCRIPTION="Sassena Continuous Integration Image"
RUN
apt-get update
-y
RUN
apt-get
install
-y
build-essential cmake zlib1g-dev libblas-dev libfftw3-dev libxml2-dev libhdf5-dev wget mpi-default-dev liblapack-dev
\
ninja-build doxygen sphinx-doc
graphviz
RUN
apt-get
install
-y
python3 python3-pip
ninja-build doxygen sphinx-doc
RUN
apt-get
install
-y
python3 python3-pip
graphviz
RUN
pip3
install
doxysphinx sphinx-rtd-theme
ARG
BOOST_VERSION=1.80.0
RUN
cd
/tmp
&&
\
...
...
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