An automated system designed to streamline your development workflow: it intelligently scans and parses your Python code, identifies essential dependencies, seamlessly constructs a Docker image, and efficiently deploys it to DockerHub.
Python 3.11.0 or greater
Docker Desktop
DockerHub credentials
- Insert your python code in the "input.txt" file
- Provide your DockerHub credentials in the code
- Run the code
- It will automatically build the image which you can see on Docker Desktop and simultaneously pushes the image on DockerHub.