AdalFlow
AdalFlow copied to clipboard
feat: Dockerfile
Summary
This PR introduces a Dockerfile
to the Adalflow project, allowing users to easily containerize and run the project in a consistent environment.
Benefits
- Consistency: Ensures that the project runs in a consistent environment across different systems, reducing the chances of "it works on my machine" issues.
- Ease of Use: Simplifies the setup process for new contributors or users who want to quickly get started with the project using Docker.
Testing
All dependencies are installed properly, and the application is able to utilize GPU resources when available.
Please let me know if there are any adjustments or improvements needed. I’m happy to iterate on this contribution to meet the project’s standards.