You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/21 06:04:23 UTC

[GitHub] [airflow] gaoyibin0001 edited a comment on issue #15286: use PythonVirtualenvOperator with a prebuilt env

gaoyibin0001 edited a comment on issue #15286:
URL: https://github.com/apache/airflow/issues/15286#issuecomment-1046503180


   one walk around may be use DockerOperator or KubernetesPodOperator  to isolate env depends on your deploment.  
   PythonVirtualenvOperator in my understanding is suitable for task requiring few dependencies.
   for usecase that demands too many packages or very big pakage like torch, the installation overhead is too much for per task. using prebuild images is a good choice, which can be maintained offline without influence the airflow online worker


-- 
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@airflow.apache.org

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