Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
docker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
hepsw
docker
Commits
c8d331eb
Commit
c8d331eb
authored
Nov 27, 2019
by
Marian Heil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small docker to add PDF set to LHAPDF
parent
9a28c4bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
Docker_PDFsets
Docker_PDFsets
+11
-0
No files found.
Docker_PDFsets
0 → 100644
View file @
c8d331eb
FROM maheil/lhapdf:latest AS base
LABEL name "LHAPDF"
FROM base AS builder
ENV HEPSW_LHAPDF_PDF_SOURCE http://www.hepforge.org/archive/lhapdf/pdfsets/6.2
RUN wget --no-check-certificate ${HEPSW_LHAPDF_PDF_SOURCE}/NNPDF23_nlo_as_0119.tar.gz -O- \
| tar xz -C ${LHAPDF_PREFIX}/share/LHAPDF
FROM base
COPY --from=builder ${LHAPDF_PREFIX}/share/LHAPDF ${LHAPDF_PREFIX}/share/LHAPDF
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment