Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hep-workloads-GPU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
HEP-Benchmarks
hep-workloads-GPU
Merge requests
!31
Qa
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Qa
qa
into
master
Overview
0
Commits
16
Pipelines
0
Changes
13
Closed
Domenico Giordano
requested to merge
qa
into
master
4 years ago
Overview
0
Commits
16
Pipelines
0
Changes
13
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
eff65c3c
16 commits,
4 years ago
13 files
+
173
−
162
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
cms/patatrack/ci-scripts/
nvidia.
Dockerfile.
0
→
cms/patatrack/ci-scripts/Dockerfile.
nvidia.base
+
4
−
2
Options
# FIXME: need to build in gitlab this base image. Was done by hand
FROM nvidia/cuda:10.1-devel-centos7
# This dockerfile generates a base image for
# later importing bmk code and cvmfs.
# This image is not frequently updated.
FROM nvidia/cuda:10.1-base-centos7
RUN yum install -y \
which \
Loading