Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Bug: image_name is missing from command arguments #679

Description

@aShevc

Summary / Background

Currently unable to set image_name when declaring sagemaker deployment, hence can not use prebuit images. The command attempted:


mlem declare deployment sagemaker app.mlem \
    --env env.mlem \
    --method predict \
    --use_prebuilt True \
    --instance_type ml.t2.medium \
    --env.ecr_repository 763104351884.dkr.ecr.us-east-2.amazonaws.com \
    --image_name pytorch-inference \
    --image_tag 1.12.1-cpu-py38

This returns:

No such option: --image_name (Possible options: --image_tag, --model_name)

When image_name is removed , but use_prebuilt is left intact, runnonig the command results in

image_name not specified

This blocks an ability to run prebuilt images
`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcliMLEM command-line interfacedeployRelated to model deploymentpluginsPlugins and extensions for MLEM!

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions