Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scitas-software-stacks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCITAS
Software stack
scitas-software-stacks
Commits
b14263df
Commit
b14263df
authored
1 year ago
by
Nicolas Richart
Browse files
Options
Downloads
Patches
Plain Diff
update dockerfile
parent
eb4230e8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dockerfiles/rhel9/Dockerfile
+3
-2
3 additions, 2 deletions
dockerfiles/rhel9/Dockerfile
with
3 additions
and
2 deletions
dockerfiles/rhel9/Dockerfile
+
3
−
2
View file @
b14263df
...
...
@@ -8,7 +8,7 @@ ENV SPACK_DISABLE_LOCAL_CONFIG=true \
RUN
echo
"10.95.33.172 foreman1.hpc.epfl.ch"
>>
/etc/hosts
RUN
curl
-sS
--insecure
\
'https://foreman1.hpc.epfl.ch/register?activation_keys=ak-helvetios&organization_id=1&update_packages=false'
\
-H
"
'
Authorization: Bearer
${
RHEL_TOKEN
}
"
\
-H
"Authorization: Bearer
${
RHEL_TOKEN
}
"
\
| bash
...
...
@@ -17,7 +17,8 @@ RUN curl -sS --insecure \
#dnf install curl findutils gcc-gfortran gnupg2 hostname iproute redhat-lsb-core python3 python3-pip python3-setuptools unzip python3-boto3
RUN
yum
install
gcc-g++ gcc-gfortran
\
patchelf findutils file gnupg2
hostname
iproute unzip
\
patchelf findutils patch
\
xz bzip2 file gnupg2
hostname
iproute unzip
\
python3 python3-pip python3-setuptools python3-boto3
slurm slurm-libpmi pmix \
libibverbs libibverbs-utils \
...
...
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