Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
33727caf
Commit
33727caf
authored
1 year ago
by
Mulas, Giacomo
Browse files
Options
Downloads
Patches
Plain Diff
the docker image for the gitlab runner must include liblapacke and dependencies
parent
ffbff0ca
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
containers/docker/Dockerfile
+2
-0
2 additions, 0 deletions
containers/docker/Dockerfile
with
2 additions
and
0 deletions
containers/docker/Dockerfile
+
2
−
0
View file @
33727caf
...
@@ -18,6 +18,8 @@ COPY --chown=root:root containers/docker/dockerstuff/intelcomps/oneapi-archive-k
...
@@ -18,6 +18,8 @@ COPY --chown=root:root containers/docker/dockerstuff/intelcomps/oneapi-archive-k
COPY
--chown=root:root containers/docker/dockerstuff/intelcomps/oneAPI.list /etc/apt/sources.list.d/
COPY
--chown=root:root containers/docker/dockerstuff/intelcomps/oneAPI.list /etc/apt/sources.list.d/
RUN
apt update
RUN
apt update
RUN
DEBIAN_FRONTEND
=
noninteractive apt
-y
install
intel-oneapi-compiler-fortran intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic intel-oneapi-compiler-dpcpp-cpp
RUN
DEBIAN_FRONTEND
=
noninteractive apt
-y
install
intel-oneapi-compiler-fortran intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic intel-oneapi-compiler-dpcpp-cpp
# install lapacke and its dependencies, both standard and the version with 64 bit integers
RUN
DEBIAN_FRONTEND
=
noninteractive apt
-y
install
liblapacke-dev liblapacke64-dev libopenblas-dev libopenblas-openmp-dev libopenblas64-dev libopenblas64-openmp-dev
# install packages needed to run python scripts for checks
# install packages needed to run python scripts for checks
RUN
DEBIAN_FRONTEND
=
noninteractive apt
-y
install
python3 python-is-python3 python3-regex
RUN
DEBIAN_FRONTEND
=
noninteractive apt
-y
install
python3 python-is-python3 python3-regex
# install packages needed to run doxygen to create html docs
# install packages needed to run doxygen to create html docs
...
...
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