We use Conda to install dependencies on Windows OS and Docker containers to provide dependencies on Linux.
docker pull bransonlabapt/apt_docker:latest
docker run hello-world
docker run --gpus all nvidia/cuda:9.0-base nvidia-smi
To use this back end within APT, select Local (Docker) under the Track > GPU/Backend Configuration menu. You can test that everything hooks up between Docker and APT by selecting menu item Track > GPU/Backend Configuration > Test backend configuration.
<APT>\install\apt_conda_environment.yml
for dependencies installed via conda.conda update conda conda upgrade --all
conda env create --filewhere\install\apt_conda_environment.yml
<APT>
is the path to your APT folder.
To use this back end within APT, select Local (Conda) under the Track > GPU/Backend Configuration menu. You should test that everything hooks up between Conda and APT by selecting menu item Track > GPU/Backend Configuration > Test backend configuration.