Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
4dde71b7
Commit
4dde71b7
authored
Oct 09, 2020
by
Markus Scheidgen
Browse files
Add vim to NOMAD image for convinience.
parent
7b5bc872
Pipeline
#83828
passed with stages
in 32 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
4dde71b7
...
...
@@ -29,7 +29,7 @@ RUN mkdir /install
# Install linux package dependencies
RUN
apt-get update
RUN
apt-get
install
-y
--no-install-recommends
libgomp1
RUN
apt-get
install
-y
libmagic-dev curl
vim
make cmake swig libnetcdf-dev
RUN
apt-get
install
-y
libmagic-dev curl make cmake swig libnetcdf-dev
# Install some specific dependencies necessary for the build process
RUN
pip
install
--upgrade
pip
...
...
@@ -104,8 +104,7 @@ RUN npx webpack --mode=production
# Third, create a slim final image
FROM
final
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
libgomp1
&&
apt-get
install
-y
libmagic-dev curl
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
libgomp1
&&
apt-get
install
-y
libmagic-dev curl vim
# copy the sources for tests, coverage, qa, etc.
COPY
. /app
...
...
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