|
@@ -216,7 +216,7 @@ def build_runtime_image(
|
|
|
Returns:
|
|
Returns:
|
|
|
- str: <image_repo>:<MD5 hash>. Where MD5 hash is the hash of the docker build folder
|
|
- str: <image_repo>:<MD5 hash>. Where MD5 hash is the hash of the docker build folder
|
|
|
|
|
|
|
|
- See https://docs.all-hands.dev/modules/usage/runtime for more details.
|
|
|
|
|
|
|
+ See https://docs.all-hands.dev/modules/usage/architecture/runtime for more details.
|
|
|
"""
|
|
"""
|
|
|
# Calculate the hash for the docker build folder (source code and Dockerfile)
|
|
# Calculate the hash for the docker build folder (source code and Dockerfile)
|
|
|
with tempfile.TemporaryDirectory() as temp_dir:
|
|
with tempfile.TemporaryDirectory() as temp_dir:
|