This repository has been archived on 2026-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

Use the prebuilt image

# build image
docker build -t tkdnn:build -f Dockerfile . 

Build Base Docker image

# make nvidia docker working
# follow this guide: https://github.com/NVIDIA/nvidia-docker

# build image
docker build -t ceccocats/tkdnn:latest -f Dockerfile.base .

# run image
./docker_launch.sh