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
37d22e4d
Commit
37d22e4d
authored
1 year ago
by
Mulas, Giacomo
Browse files
Options
Downloads
Patches
Plain Diff
Add compilers to the gitlab runner container
parent
99478b5d
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
+1
-1
1 addition, 1 deletion
containers/docker/Dockerfile
with
1 addition
and
1 deletion
containers/docker/Dockerfile
+
1
−
1
View file @
37d22e4d
...
@@ -6,7 +6,7 @@ WORKDIR /root
...
@@ -6,7 +6,7 @@ WORKDIR /root
# make sure the debian bullseye us up to date, install needed packages
# make sure the debian bullseye us up to date, install needed packages
RUN
DEBIAN_FRONTEND
=
noninteractive apt update
&&
DEBIAN_FRONTEND
=
noninteractive apt
-y
upgrade
RUN
DEBIAN_FRONTEND
=
noninteractive apt update
&&
DEBIAN_FRONTEND
=
noninteractive apt
-y
upgrade
# install packages needed to build binaries
# install packages needed to build binaries
RUN
DEBIAN_FRONTEND
=
noninteractive apt
-y
install
g++ gfortran
make
gcc-offload-nvptx libhdf5-dev
RUN
DEBIAN_FRONTEND
=
noninteractive apt
-y
install
g++ gfortran
gcc-offload-nvptx g++-11 gfortran-11 gcc-11-offload-nvptx g++-12 gfortran-12
gcc-
12-
offload-nvptx
clang libc++-dev libc++abi-dev clang-13 clang-14 clang-15 clang-16
libhdf5-dev
make
# 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