Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mayoor authored Jul 19, 2024
1 parent 72cbaad commit d5a6555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ads/opctl/conda/cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def _publish(
publish_slug,
)
if os.environ.get("CONDA_PUBLISH_TYPE") != "service":
# Set these values only for
# Set these values only for published conda pack
manifest["pack_path"] = os.path.join(
prefix,
manifest.get("arch_type", "CPU").lower(),
Expand All @@ -681,7 +681,7 @@ def _publish(
publish_slug,
)
manifest["pack_uri"] = pack_uri
manifest["type"] = "published"

with open(manifest_location, "w") as f:
yaml.safe_dump(env, f)
if pack_size > 100:
Expand Down

0 comments on commit d5a6555

Please sign in to comment.