Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cobalt-installation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBALT
cobalt-installation
Commits
784d81b6
Commit
784d81b6
authored
2 months ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
Use das6 ska-sdp-spack commit
parent
4bff3dd8
No related branches found
No related tags found
1 merge request
!1
Draft: Integrate CI/CD into COBALT spack builds
Pipeline
#114302
failed
2 months ago
Stage: prepare
Stage: test
Pipeline: cobalt-installation
#114303
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/ci-runner/Dockerfile
+7
-4
7 additions, 4 deletions
docker/ci-runner/Dockerfile
with
7 additions
and
4 deletions
docker/ci-runner/Dockerfile
+
7
−
4
View file @
784d81b6
ARG
SOURCE_IMAGE="debian:
bookworm
"
ARG
SOURCE_IMAGE="debian:
12.10
"
FROM
${SOURCE_IMAGE}
ENV
DEBIAN_FRONTEND=noninteractive
...
...
@@ -29,9 +29,12 @@ RUN ln -s ${SPACK_DIR}/bin/spack /usr/local/bin/
ENV
SPACK_REPO_DIR=/opt/spack/repos
RUN
mkdir
-p
${
SPACK_REPO_DIR
}
RUN
git clone
--depth
1 https://gitlab.com/ska-telescope/ska-sdp-spack.git
${
SPACK_REPO_DIR
}
/ska-sdp-spack
RUN
mkdir
-p
$HOME
/.spack
RUN
echo
"repos:
\n
-
${
SPACK_REPO_DIR
}
/ska-sdp-spack"
>
$HOME
/.spack/repos.yaml
RUN
git clone https://gitlab.com/ska-telescope/ska-sdp-spack.git
${
SPACK_REPO_DIR
}
/ska-sdp-spack
&&
\
cd
${
SPACK_REPO_DIR
}
/ska-sdp-spack
&&
\
git fetch
--all
&&
\
git checkout ded1a99bfb0dcc37a5d8f9404a10c509296e8e89
#RUN mkdir -p $HOME/.spack
#RUN echo "repos:\n- ${SPACK_REPO_DIR}/ska-sdp-spack" > $HOME/.spack/repos.yaml
RUN
wget
--quiet
-O
NVIDIA-driver.run https://us.download.nvidia.com/tesla/550.90.12/NVIDIA-Linux-x86_64-550.90.12.run
RUN
chmod
+x NVIDIA-driver.run
...
...
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