diff --git a/READMEs/c2d-flow-more-examples.md b/READMEs/c2d-flow-more-examples.md index 41e7d348e..39159887a 100644 --- a/READMEs/c2d-flow-more-examples.md +++ b/READMEs/c2d-flow-more-examples.md @@ -60,7 +60,7 @@ ALGO_metadata = { "entrypoint": "python $ALGO", "image": "oceanprotocol/algo_dockers", "tag": "python-branin", # This image provides all the dependencies of the grayscale.py algorithm - "checksum": "44e10daa6637893f4276bb8d7301eb35306ece50f61ca34dcab550", + "checksum": "sha256:8221d20c1c16491d7d56b9657ea09082c0ee4a8ab1a6621fa720da58b09580e4", }, } } @@ -146,7 +146,7 @@ ALGO_metadata = { "entrypoint": "python $ALGO", "image": "oceanprotocol/algo_dockers", "tag": "python-panda", # This image provides all the dependencies of the logistic_regression.py algorithm - "checksum": "44e10daa6637893f4276bb8d7301eb35306ece50f61ca34dcab550", + "checksum": "sha256:8221d20c1c16491d7d56b9657ea09082c0ee4a8ab1a6621fa720da58b09580e4", }, } } diff --git a/READMEs/c2d-flow.md b/READMEs/c2d-flow.md index 8719ac3d6..954d667c4 100644 --- a/READMEs/c2d-flow.md +++ b/READMEs/c2d-flow.md @@ -156,7 +156,7 @@ ALGO_metadata = { "entrypoint": "python $ALGO", "image": "oceanprotocol/algo_dockers", "tag": "python-branin", - "checksum": "44e10daa6637893f4276bb8d7301eb35306ece50f61ca34dcab550", + "checksum": "sha256:8221d20c1c16491d7d56b9657ea09082c0ee4a8ab1a6621fa720da58b09580e4", }, } } diff --git a/tests/resources/ddo_helpers.py b/tests/resources/ddo_helpers.py index 692dffdfc..ce4ca16ac 100644 --- a/tests/resources/ddo_helpers.py +++ b/tests/resources/ddo_helpers.py @@ -247,7 +247,7 @@ def get_registered_algorithm_with_access_service( "entrypoint": "python $ALGO", "image": "oceanprotocol/algo_dockers", "tag": "python-branin", - "checksum": "44e10daa6637893f4276bb8d7301eb35306ece50f61ca34dcab550", + "checksum": "sha256:8221d20c1c16491d7d56b9657ea09082c0ee4a8ab1a6621fa720da58b09580e4", }, } } @@ -283,7 +283,7 @@ def get_raw_algorithm() -> str: "entrypoint": "node $ALGO", "image": "ubuntu", "tag": "latest", - "checksum": "44e10daa6637893f4276bb8d7301eb35306ece50f61ca34dcab550", + "checksum": "sha256:cd3d86f1fb368c6a53659d467560010ab9e0695528127ea336fe32f68f7ba09f", }, } )