Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: docker-compose dependency

...

In order to run this toolchain, the following packages have to be installed. Please note that CPU tests can be run on Mac OS and Ubuntu, while GPU tests may only be executed under Ubuntu. Unfortunately, Windows builds and tests are being done without Docker and are thus not covered by this guide.

  • Docker
  • docker-compose
  • Python3
  • Optional: Nvidia-Docker (Ubuntu only, for GPU tests) 
  • Optional: GPU with Cuda Compute Capability ≥ 3.0
  • Disk space: at least 100GB (150GB recommended)
  • Code and Python dependencies, which are defined in ci/requirements.txt 
Code Block
languagebash
themeRDark
pip3 install -r ci/requirements.txt --user

1.1. EC2 instances with automated setup

...