We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356b933 commit 8d388e2Copy full SHA for 8d388e2
lambench/workflow/dflow.py
@@ -61,9 +61,9 @@ def submit_tasks_dflow(
61
image=model.virtualenv,
62
envs={k: v for k, v in os.environ.items() if k.startswith("MYSQL")},
63
python_packages=[
64
- Path(package.__path__[0])
65
- for package in [lambench, dpdata]
+ Path(package.__path__[0]) for package in [lambench, dpdata]
66
],
+ pre_script="pip install dftd3",
67
),
68
parameters={
69
"task": task,
0 commit comments