microsoft / RD-Agent

Research and development (R&D) is crucial for the enhancement of industrial productivity, especially in the AI era, where the core aspects of R&D are mainly focused on data and models. We are committed to automate these high-value generic R&D processes through our open source R&D automation tool RD-Agent, which let AI drive data-driven AI.
https://rdagent.azurewebsites.net/
MIT License
846 stars 61 forks source link

Is there a version of RD-Agent that does not need docker #312

Open lycanthropes opened 2 weeks ago

lycanthropes commented 2 weeks ago

My operation system is ubuntu 22.10,and I find that docker does not support this version. So I have tried many times to deploy docker, but failed. And I can go to next step for installing RD-Agent.

TPLin22 commented 2 weeks ago

Hi, Thanks for your feedback. The design of RD-Agent does indeed support running with a local environment, as configured in rdagent/utils/env.py. However, this feature is not fully supported at the moment. We plan to enhance the code to support this functionality in the future. For now, we recommend using Docker to run the application.