Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roy Fabrice
pFoF
Commits
23bc3815
Commit
23bc3815
authored
Sep 02, 2021
by
Roy Fabrice
Browse files
dockerfile ubuntu
parent
52859ada
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/pfof-ubuntu-inteloneapi/Dockerfile
0 → 100644
View file @
23bc3815
FROM
ubuntu:18.04
LABEL
maintainer="fabrice.roy@observatoiredeparis.psl.eu"
RUN
apt-get update
--fix-missing
&&
\
DEBIAN_FRONTEND
=
"noninteractive"
apt-get
install
-y
wget gcc
RUN
apt-get clean
&&
\
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
RUN
wget https://registrationcenter-download.intel.com/akdlm/irc_nas/17977/l_BaseKit_p_2021.3.0.3219.sh
RUN
wget https://registrationcenter-download.intel.com/akdlm/irc_nas/17912/l_HPCKit_p_2021.3.0.3230.sh
RUN
bash l_BaseKit_p_2021.3.0.3219.sh
-a
--silent
--eula
accept
--components
intel.oneapi.lin.dpcpp-cpp-compiler
RUN
bash l_HPCKit_p_2021.3.0.3230.sh
-a
--silent
--eula
accept
--components
intel.oneapi.lin.mpi.devel intel.oneapi.lin.ifort-compiler
\ No newline at end of file
Write
Preview
Supports
Markdown
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