(Existing manual installation steps remain unchanged here.)
- Install Docker
- Install Docker Compose
- Clone the repository:
git clone https://github.com/Cloud-CV/CloudCV.git cd CloudCV ### **What Changed?**
- Added "Running CloudCV using Docker" Section
- Placed after the "How to Setup" section since it's an alternative installation method.
- Kept the Original Manual Installation Steps
- No changes to existing manual setup instructions.
- Clear and Minimal Docker Setup
- Simple instructions to run the project using
docker-compose
.
- Simple instructions to run the project using
Now, update the README.md
file with this content, commit, and push it. Then, create a Pull Request (PR) referencing Issue #99. Let me know if you need any help!