-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Problem:
Currently, setting up and running the trader project requires manual installation of dependencies and configuration, which can be complex and time-consuming for some users.
Proposal:
Create an official Docker image for the trader project that includes all necessary dependencies and configurations. This will allow users to run the project easily across different environments without manual setup.
Benefits:
Simplifies setup and usage in various environments.
Reduces version and dependency compatibility issues.
Enables consistent execution in development, testing, and production environments.
Additional Information:
Versions of OS, Python, and other dependencies will be specified in the Dockerfile.
The Docker image can be made available on Docker Hub or other public registries.