This docker aims to provide an experimental environment for easy plug-and-play of examples that run on the accelergy-timeloop DNN accelerator evaluation infrastructure.
This docker is modified based on: https://github.com/jsemer/timeloop-accelergy-tutorial
- Put the docker-compose.yaml file in an otherwise empty directory
- Cd to the directory containing the file
- Edit USER_UID and USER_GID in the file to the desired owner of your files (echo $UID, echo $GID)
- Run the following command:
% docker-compose run infrastructure
- Follow the instructions in the REAME directory to get public examples for this infrastructure
To update the Docker container run:
% docker-compose pull
% git clone --recurse-submodules https://github.com/nellie95/accelergy-timeloop-infrastucture.git
% cd accelergy-timeloop-infrastucture
% make build [BUILD_FLAGS="<Docker build flags, e.g., --no-cache>"]