pbrogan12
Results
2
comments of
pbrogan12
> Will it be better to hardcode them in `spark/agent.py`? I'm not sure will other arguments be affected. I think it's preferable to fix in the class method, from looking...
Yep @Future-Outlier Launched agent service from docker ``` docker run -it -p 8000:8000 --entrypoint pyflyte ghcr.io/flyteorg/flyteagent:1.11.0 --verbose serve agent ``` Made a simple task ```python @task( container_image="databricksruntime/standard:14.3-LTS", task_config=Databricks( spark_conf={"spark.executor.cores": "1"},...