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