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
79f29b81
Commit
79f29b81
authored
Sep 27, 2018
by
Markus Scheidgen
Browse files
Fix required tests module for networkx
parent
3b1e551c
Pipeline
#37290
passed with stages
in 5 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
79f29b81
...
...
@@ -50,7 +50,7 @@ RUN pip install .
WORKDIR
/install/docs
RUN
make html
RUN
\
find /usr/local/lib/python3.6/
-name
'tests'
!
-
name
'
networkx'
-exec
rm
-r
'{}'
+
&&
\
find /usr/local/lib/python3.6/
-name
'tests'
!
-
path
'*/
networkx
/*
'
-exec
rm
-r
'{}'
+
&&
\
find /usr/local/lib/python3.6/
-name
'test'
-exec
rm
-r
'{}'
+
&&
\
find /usr/local/lib/python3.6/site-packages/
-name
'*.so'
-print
-exec
sh
-c
'file "{}" | grep -q "not stripped" && strip -s "{}"'
\;
...
...
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