Versions Compared

Key

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

...

Test that a build is successful - spinning up a deep learning Ubuntu AMI will give you an environment with all dependencies to build. You can build it from source or from CI dockers. For example:


Code Block
languagebash
themeMidnight
pip install --user -r ci/requirements.txt
python ci/build.py -p ubuntu_gpu

...