Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is possible to step into the container to run commands manually. The instructions will be shown after a container fails to execute.This can be achieved by modifying the previously listed command in the style of

ci/build.py --nvidiadocker --build --platform ubuntu_gpu /work/runtime_functions.sh unittest_ubuntu_python2_gpu

to

ci/build.py --nvidiadocker --build --platform ubuntu_gpu --into-container

This is effectively done by removing everything related to the runtime function and replacing it with the command --into-container.TODO: Show an example