Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support LocalEnv #53

Merged
merged 7 commits into from
Jul 9, 2024
Merged

Support LocalEnv #53

merged 7 commits into from
Jul 9, 2024

Conversation

SunsetWolf
Copy link
Collaborator

@SunsetWolf SunsetWolf commented Jul 8, 2024


📚 Documentation preview 📚: https://RDAgent--53.org.readthedocs.build/en/53/


conf: LocalConf
def prepare(self):
qtde = QTDockerEnv()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we use docker env?


def run(self,
entry: str | None = None,
local_path: Optional[str] = None) -> str:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

env: dict | None = None is not implemented

@@ -62,15 +63,49 @@ def run(self, entry: str | None, local_path: str | None = None, env: dict | None


class LocalConf(BaseModel):
py_entry: str # where you can find your python path
py_entry: str
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe py_bin_folder will be a better name,

@you-n-g you-n-g merged commit 14de9cf into main Jul 9, 2024
3 of 7 checks passed
@you-n-g you-n-g deleted the support_LocalEnv branch July 9, 2024 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants