Skip to content

Commit

Permalink
Remove unneeded arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas J. Fan <[email protected]>
  • Loading branch information
thomasjpfan committed Jul 3, 2024
1 parent d6deff0 commit 8d22818
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/comet_ml_plugin/comet_ml_plugin/comet_ml_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@

REGISTRY = "localhost:30000"
image = ImageSpec(
builder="fast-builder",
name="unionai",
apt_packages=["git"],
packages=[
"torch==2.3.1",
"comet-ml==3.43.2",
Expand Down

0 comments on commit 8d22818

Please sign in to comment.