Prerequisite: Please install Docker on your machine before proceeding. \You can get Docker from https://www.docker.com/get-started.
Clone the Repository
Run with Docker Compose
Build and start the development environment using Docker Compose:- Without GPU
- With GPU
Notes
- The
development
service includes live reload and debugging support for easier development. - To stop the environment, press
Ctrl + C
and then rundocker compose down
to clean up.