Skip to content

Commit

Permalink
fix4: move nvidia driver param
Browse files Browse the repository at this point in the history
  • Loading branch information
jsitarova-dnanexus committed Oct 8, 2024
1 parent 82e1c63 commit 461d03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/dxpy/bindings/dxjob.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def new_dxjob(fn_input, fn_name, name=None, tags=None, properties=None, details=
dxjob = DXJob()
dxjob.new(fn_input, fn_name, name=name, tags=tags, properties=properties, details=details,
instance_type=instance_type, depends_on=depends_on, cluster_spec=cluster_spec, fpga_driver=fpga_driver,
nvidia_driver=nvidia_driver, system_requirements=system_requirements,
system_requirements_by_executable=system_requirements_by_executable, **kwargs)
system_requirements=system_requirements, system_requirements_by_executable=system_requirements_by_executable,
nvidia_driver=nvidia_driver, **kwargs)
return dxjob


Expand Down

0 comments on commit 461d03e

Please sign in to comment.