Skip to content

Commit

Permalink
switch cache location
Browse files Browse the repository at this point in the history
  • Loading branch information
ajberdy authored Oct 12, 2023
1 parent 88f832d commit 81b7816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/braket/jobs/image_uris.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ class Framework(str, Enum):
PL_PYTORCH = "PL_PYTORCH"


@cache
def built_in_images(region):
return {retrieve_image(framework, region) for framework in Framework}


@cache
def retrieve_image(framework: Framework, region: str) -> str:
"""Retrieves the ECR URI for the Docker image matching the specified arguments.
Expand Down

0 comments on commit 81b7816

Please sign in to comment.