Base docker has Catalyst and all needed requirements.
make dockerWith FP16
make docker-fp16The developer version contains packages for building docs, for checking the code style. And does not contain Catalyst itself.
make docker-devWith FP16
make docker-dev-fp16export GPUS=...
export LOGDIR=...
docker run -it --rm --runtime=nvidia \
-v $(pwd):/workspace -v $LOGDIR:/logdir/ \
-e "CUDA_VISIBLE_DEVICES=${GPUS}" \
catalyst-base catalyst-dl run \
--config=./configs/train.yml --logdir=/logdir