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
c6fe76d1
Commit
c6fe76d1
authored
7 months ago
by
Daniel Vonk
Committed by
Sebastian Busch
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix Dockerfiles
parent
1ea330b5
No related branches found
Branches containing commit
Tags
v1.9.1
Tags containing commit
1 merge request
!23
Fix Dockerfiles
Pipeline
#412744
failed
7 months ago
Stage: build
Stage: test
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.devcontainer/cuda/Dockerfile
+1
-2
1 addition, 2 deletions
.devcontainer/cuda/Dockerfile
Dockerfile
+1
-2
1 addition, 2 deletions
Dockerfile
with
2 additions
and
4 deletions
.devcontainer/cuda/Dockerfile
+
1
−
2
View file @
c6fe76d1
...
@@ -2,8 +2,7 @@ FROM nvidia/cuda:12.5.1-devel-ubuntu24.04
...
@@ -2,8 +2,7 @@ FROM nvidia/cuda:12.5.1-devel-ubuntu24.04
LABEL
NAME="sassena-docker-cuda" \
LABEL
NAME="sassena-docker-cuda" \
VERSION="1.0" \
VERSION="1.0" \
DESCRIPTION="Docker image that contains all required dependencies to build Sassena with CPU+CUDA support."
DESCRIPTION="Docker image that contains all required dependencies to build Sassena with CPU+CUDA support."
RUN
apt-get update
-y
RUN
DEBIAN_FRONTEND
=
noninteractive apt-get update
-y
&&
apt-get
install
-y
tzdata
RUN
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
tzdata
RUN
apt-get
install
-y
build-essential cmake zlib1g-dev libblas-dev libfftw3-dev libxml2-dev libhdf5-dev
\
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
wget mpi-default-dev liblapack-dev ninja-build doxygen sphinx-doc
RUN
apt-get
install
-y
libspdlog-dev python3 python3-pip graphviz git python3-h5py python3-sphinx-rtd-theme pipx fuse
RUN
apt-get
install
-y
libspdlog-dev python3 python3-pip graphviz git python3-h5py python3-sphinx-rtd-theme pipx fuse
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
2
View file @
c6fe76d1
...
@@ -2,8 +2,7 @@ FROM ubuntu:latest
...
@@ -2,8 +2,7 @@ FROM ubuntu:latest
LABEL
NAME="sassena-docker-no-cuda" \
LABEL
NAME="sassena-docker-no-cuda" \
VERSION="1.0" \
VERSION="1.0" \
DESCRIPTION="Docker image that contains all required dependencies to build Sassena with CPU support."
DESCRIPTION="Docker image that contains all required dependencies to build Sassena with CPU support."
RUN
apt-get update
-y
RUN
DEBIAN_FRONTEND
=
noninteractive apt-get update
-y
&&
apt-get
install
-y
tzdata
RUN
DEBIAN_FRONTEND
=
noninteractive apt-get
install
-y
tzdata
RUN
apt-get
install
-y
build-essential cmake zlib1g-dev libblas-dev libfftw3-dev libxml2-dev libhdf5-dev
\
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
wget mpi-default-dev liblapack-dev ninja-build doxygen sphinx-doc
RUN
apt-get
install
-y
libspdlog-dev python3 python3-pip graphviz git python3-h5py python3-sphinx-rtd-theme pipx fuse
RUN
apt-get
install
-y
libspdlog-dev python3 python3-pip graphviz git python3-h5py python3-sphinx-rtd-theme pipx fuse
...
...
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