Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
e45bfb56
Commit
e45bfb56
authored
1 year ago
by
Mulas, Giacomo
Browse files
Options
Downloads
Patches
Plain Diff
update Dockerfile to include liblapacke64 and libopenblas64-0-openmp in the np-tmcode-run image
parent
94bef41d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
containers/docker/Dockerfile
+1
-1
1 addition, 1 deletion
containers/docker/Dockerfile
with
1 addition
and
1 deletion
containers/docker/Dockerfile
+
1
−
1
View file @
e45bfb56
...
...
@@ -53,7 +53,7 @@ FROM debian:bookworm-slim AS np-tmcode-run-minimal
WORKDIR
/root
# install the strictly needed runtime libraries needed to run the executables
# and the python check scripts
RUN
DEBIAN_FRONTEND
=
noninteractive apt update
&&
DEBIAN_FRONTEND
=
noninteractive apt upgrade
&&
DEBIAN_FRONTEND
=
noninteractive apt
-y
install
libgfortran5 libgcc-s1 libhdf5-103-1 libstdc++6 libssl3 libcurl4 libsz2 zlib1g libnghttp2-14 libidn2-0 librtmp1 libssh2-1 libpsl5 libgssapi-krb5-2 libldap-2.5-0 libzstd1 libbrotli1 libaec0 libunistring2 libgmp10 libkrb5-3 libk5crypto3 libcom-err2 libkrb5support0 libsasl2-2 libp11-kit0 libtasn1-6 libkeyutils1 libffi8 python3 python-is-python3 python3-regex hdf5-tools
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
DEBIAN_FRONTEND
=
noninteractive apt update
&&
DEBIAN_FRONTEND
=
noninteractive apt upgrade
&&
DEBIAN_FRONTEND
=
noninteractive apt
-y
install
libgfortran5 libgcc-s1 libhdf5-103-1 libstdc++6 libssl3 libcurl4 libsz2 zlib1g libnghttp2-14 libidn2-0 librtmp1 libssh2-1 libpsl5 libgssapi-krb5-2 libldap-2.5-0 libzstd1 libbrotli1 libaec0 libunistring2 libgmp10 libkrb5-3 libk5crypto3 libcom-err2 libkrb5support0 libsasl2-2 libp11-kit0 libtasn1-6 libkeyutils1 libffi8
liblapacke64 libopenblas64-0-openmp
python3 python-is-python3 python3-regex hdf5-tools
&&
rm
-rf
/var/lib/apt/lists/
*
COPY
--from=np-tmcode-run-dev /root /root
# remove everything which is not needed to run the codes
RUN
cd
/root/np-tmcode
&&
find build
-name
"*.o"
-exec
rm
-v
\{\}
\;
&&
find build
-name
"*.gcno"
-exec
rm
-v
\{\}
\;
&&
cd
src
&&
rm
-rvf
cluster libnptm trapping include sphere Makefile make.inc README.md
&&
cd
..
&&
rm
-rvf
containers
&&
cd
doc
&&
rm
-rvf
src
&&
cd
build/latex
&&
rm
-rvf
*
.tex
*
.out
*
.sty
*
.ind
*
.log
*
.toc
*
.ilg
*
.idx
*
.aux
*
.eps Makefile class
*
.pdf
...
...
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