IMELE
IMELE copied to clipboard
Docker, CUDA version and etc
- add Docker: to easily create an environment, reproductivity
- requirements.txt: determined versions
- .dockerignore: exclude files when building Docker
- change
async: in the latest python,asyncis a reserved keyword. - add Makefile: for easy to run Docker (optional)