You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/08/16 06:13:06 UTC

[GitHub] [dolphinscheduler] jieguangzhou commented on issue #9942: [Feature][Task Plugin] Enable environment switch for python task plugin

jieguangzhou commented on issue #9942:
URL: https://github.com/apache/dolphinscheduler/issues/9942#issuecomment-1216190633

   https://github.com/apache/dolphinscheduler/blob/63dfa45474752bfd514f1c8d4503e038b3b14e7c/dolphinscheduler-task-plugin/dolphinscheduler-task-pytorch/src/main/java/org/apache/dolphinscheduler/plugin/task/pytorch/PythonEnvManager.java#L1-L82
   
   
   I write a PythonEnvManager in #11498, include the method below
   
   - getBuildEnvCommand: build a python environment
   - getSourceEnvCommand: after we build a environment, we can get source command to change python environment
   - getPythonCommand: after we build a environment, we can get python command directly


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org