Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
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
faser
docker
Commits
aa510ebc
Commit
aa510ebc
authored
1 year ago
by
Sumalyo Datta
Browse files
Options
Downloads
Patches
Plain Diff
added zstd redundancy in spack environment
parent
68f9422a
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Support for supervisor and reddis in faser-daq docker
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
faser-daq/Dockerfile
+1
-1
1 addition, 1 deletion
faser-daq/Dockerfile
with
1 addition
and
1 deletion
faser-daq/Dockerfile
+
1
−
1
View file @
aa510ebc
...
@@ -173,7 +173,7 @@ ADD https://gitlab.cern.ch/ep-dt-di/daq/daqling/-/raw/master/ansible/roles/redis
...
@@ -173,7 +173,7 @@ ADD https://gitlab.cern.ch/ep-dt-di/daq/daqling/-/raw/master/ansible/roles/redis
WORKDIR
/daqling-spack-repo
WORKDIR
/daqling-spack-repo
RUN
rm
-r
spack/
RUN
rm
-r
spack/
RUN
git clone
-b
v0.16.3
--single-branch
https://github.com/spack/spack.git
RUN
git clone
-b
v0.16.3
--single-branch
https://github.com/spack/spack.git
RUN
sed
-i
's/spack install nlohmann-json@3.6.1 ${ARCH} cppzmq@4.3.0 ${ARCH} xmlrpc-c@1.51.06 ${ARCH} boost@1.70.0 ${ARCH} cpr ${ARCH} ers ${ARCH} folly-incl ${ARCH} moody-incl ${ARCH}$/& googletest ${ARCH} lz4@1.9.2 ${ARCH} brotli ${ARCH}/'
/daqling-spack-repo/Install.sh
RUN
sed
-i
's/spack install nlohmann-json@3.6.1 ${ARCH} cppzmq@4.3.0 ${ARCH} xmlrpc-c@1.51.06 ${ARCH} boost@1.70.0 ${ARCH} cpr ${ARCH} ers ${ARCH} folly-incl ${ARCH} moody-incl ${ARCH}$/&
zstd ${ARCH}
googletest ${ARCH} lz4@1.9.2 ${ARCH} brotli ${ARCH}/'
/daqling-spack-repo/Install.sh
RUN
./Install.sh
RUN
./Install.sh
EXPOSE
22 80 9001 5000
EXPOSE
22 80 9001 5000
...
...
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