update the deploy script
This commit is contained in:
@@ -23,7 +23,7 @@ import os
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
import boto3
|
|
||||||
import modal
|
import modal
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
@@ -118,6 +118,7 @@ def build_and_push(
|
|||||||
Returns:
|
Returns:
|
||||||
Dict with image reference and build status
|
Dict with image reference and build status
|
||||||
"""
|
"""
|
||||||
|
import boto3
|
||||||
full_image = f"{registry}/{image_name}:{tag}"
|
full_image = f"{registry}/{image_name}:{tag}"
|
||||||
print(f"Building {full_image} for {platform}")
|
print(f"Building {full_image} for {platform}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user