Skip to content

Continuous Integration tests on the image

Add a test stage after the image build:

  • check that the officially supported python modules can be imported (tensorflow, ...)
  • check the version of some of the software (e.g. Python 3.8) so that we get a notification when it changes (in case it is accidental)
  • could run nbvalidate on the notebooks of some of the courses!