Environment Setup

  • Ubuntu (Current LTS Version)

  • pyenv - for python environment management

  • poetry - For project and dependency management

  • CUDA Drivers

  • VSCode

  • Increase the swap size on you machine to at least 20GB (tutorial)

Don't

At Aegion, we don't use anaconda. While anaconda is a very popular package management system, in order to ensure that all our projects have the the most detailed dependency trees, we recommend the learner to familiarize themselves with poetry to ensure that all the dependencies are captured accurately with precise versioning and environment constraints. This is critical as we move prototypes to production.

Check out the following tutorial to get familiar with poetry:

Last updated