Sustainable Computing Research Group (SCoRe)
[Bassa] Dockerize Bassa Core
Dockerizing an app is an interesting task. Use python:3 as the base image. You can try it with docker pull python.
Add following as RUN commands
./setup.sh
python components/core/setup.py develop
Add this as a CMD
python components/core/Main.py
You don't have to worry about MySQL part or ARIA2 part. Dockerising just the Core is expected.
Task tags
Students who completed this task
Mehant Kammakomati