Skip to content

Commit

Permalink
revert fix
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <sarah.diot-girard@owkin.com>
  • Loading branch information
SdgJlbl committed Dec 14, 2023
1 parent d2f5880 commit f18ff36
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions backend/substrapp/compute_tasks/image_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ def load_remote_function_image(function: orchestrator.Function, channel: str) ->
function_image_content = organization_client.get(
channel=channel,
organization_id=function.owner,
url=api_function.image_address,
checksum=api_function.image_checksum,
url=function.image.uri,
checksum=function.image.checksum,
# url=api_function.image_address,
# checksum=api_function.image_checksum,
)

os.makedirs(SUBTUPLE_TMP_DIR, exist_ok=True)
Expand Down

0 comments on commit f18ff36

Please sign in to comment.