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
analytics
Commits
93f6c021
Commit
93f6c021
authored
Apr 01, 2022
by
Luigi Sbailo
Browse files
Remove some tests to reduce output
parent
31680d0d
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
93f6c021
...
...
@@ -264,16 +264,16 @@ WORKDIR $HOME
RUN
cp
-r
tutorials test_tutorials
WORKDIR
$HOME/test_tutorials
RUN
jupyter nbconvert
--ExecutePreprocessor
.timeout
=
1000
--to
notebook
--execute
"ARISE.ipynb"
RUN
jupyter nbconvert
--ExecutePreprocessor
.timeout
=
1000
--to
notebook
--execute
"atomic_features.ipynb"
RUN
jupyter nbconvert
--ExecutePreprocessor
.timeout
=
1000
--to
notebook
--execute
"clustering_tutorial.ipynb"
RUN
jupyter nbconvert
--ExecutePreprocessor
.timeout
=
1000
--to
notebook
--execute
"cmlkit.ipynb"
# RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "CO2_SGD.ipynb"
RUN
jupyter nbconvert
--ExecutePreprocessor
.timeout
=
1000
--to
notebook
--execute
"compressed_sensing.ipynb"
RUN
jupyter nbconvert
--ExecutePreprocessor
.timeout
=
1000
--to
notebook
--execute
"convolutional_nn.ipynb"
RUN
jupyter nbconvert
--ExecutePreprocessor
.timeout
=
1000
--to
notebook
--execute
"decision_tree.ipynb"
RUN
jupyter nbconvert
--ExecutePreprocessor
.timeout
=
1000
--to
notebook
--execute
"descriptor_role.ipynb"
RUN
jupyter nbconvert
--ExecutePreprocessor
.timeout
=
20000
--to
notebook
--execute
"domain_of_applicability.ipynb"
#
RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "ARISE.ipynb"
#
RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "atomic_features.ipynb"
#
RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "clustering_tutorial.ipynb"
#
RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "cmlkit.ipynb"
#
# RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "CO2_SGD.ipynb"
#
RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "compressed_sensing.ipynb"
#
RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "convolutional_nn.ipynb"
#
RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "decision_tree.ipynb"
#
RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "descriptor_role.ipynb"
#
RUN jupyter nbconvert --ExecutePreprocessor.timeout=20000 --to notebook --execute "domain_of_applicability.ipynb"
# RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "error_estimates.ipynb"
RUN
jupyter nbconvert
--ExecutePreprocessor
.timeout
=
1000
--to
notebook
--execute
"exploratory_analysis.ipynb"
RUN
jupyter nbconvert
--ExecutePreprocessor
.timeout
=
1000
--to
notebook
--execute
"gap_si_surface.ipynb"
...
...
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