This is a Cuda Docker Template.
The container is bind on specified a local machine user by .env
file.
Also, this directory bind mount to volumes.
git clone $REPO_URL
cd CudaDockerTemplate
cp .env.sample .env
# Specify your environments
vi .env
docker compose build
docker compose up -d
docker compose exec app sh
uv run hello.py
uvx --with pytest-cov pytest-mock pytest
docker compose down