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 8d388e2 commit e795dbfCopy full SHA for e795dbf
lambench/workflow/dflow.py
@@ -63,7 +63,7 @@ def submit_tasks_dflow(
63
python_packages=[
64
Path(package.__path__[0]) for package in [lambench, dpdata]
65
],
66
- pre_script="pip install dftd3",
+ pre_script="import os\nos.system('pip install dftd3')\n",
67
),
68
parameters={
69
"task": task,
0 commit comments