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
nomad-lab
nomad-FAIR
Commits
e03ed9a4
Commit
e03ed9a4
authored
Sep 07, 2020
by
Markus Scheidgen
Browse files
Fixed the node build image version.
parent
fb9d37ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
e03ed9a4
...
...
@@ -77,7 +77,7 @@ RUN \
find /usr/local/lib/python3.7/site-packages/
-name
'*.so'
-print
-exec
sh
-c
'file "{}" | grep -q "not stripped" && strip -s "{}"'
\;
# Built the GUI in the gui build image
FROM
node:
latest
as
gui_build
FROM
node:
14.8
as
gui_build
RUN
mkdir
-p
/app
WORKDIR
/app
ENV
PATH /app/node_modules/.bin:$PATH
...
...
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