update
This commit is contained in:
@@ -5,7 +5,7 @@ from typing import Any
|
||||
|
||||
from src.infra.state import state_path, write_infra_state
|
||||
|
||||
STACK_NAME = "QaiCliStack"
|
||||
STACK_NAME = "MLOpsStack"
|
||||
|
||||
|
||||
def bootstrap(
|
||||
|
||||
@@ -9,7 +9,7 @@ from constructs import Construct
|
||||
from src.config import Config, MlflowMode
|
||||
|
||||
|
||||
class QaiStack(Stack):
|
||||
class QCStack(Stack):
|
||||
def __init__(
|
||||
self,
|
||||
scope: Construct,
|
||||
|
||||
Reference in New Issue
Block a user