diff --git a/Dockerfile b/Dockerfile index 892ac4dda7e56430addaef3a582fb257e5aea4f4..b48fbdc9af40ab3ae361fb1f834c38b717fed8cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -278,7 +278,7 @@ RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "test_tutorials/krr4mat.ipynb" RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "test_tutorials/nn_regression.ipynb" RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "test_tutorials/perovskites_tolerance_factor.ipynb" -# RUN jupyter nbconvert --ExecutePreprocessor.timeout=5000 --to notebook --execute "test_tutorials/query_nomad_archive.ipynb" +RUN jupyter nbconvert --ExecutePreprocessor.timeout=5000 --to notebook --execute "test_tutorials/query_nomad_archive.ipynb" RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "test_tutorials/sgd_alloys_oxygen_reduction_evolution.ipynb" RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "test_tutorials/soap_atomic_charges.ipynb" RUN jupyter nbconvert --ExecutePreprocessor.timeout=1000 --to notebook --execute "test_tutorials/tcmi.ipynb" diff --git a/template/{tutorial}.ipynb b/template/tutorial_template.ipynb similarity index 100% rename from template/{tutorial}.ipynb rename to template/tutorial_template.ipynb