Skip to content

NGC_API_KEY is not passed to Nim container #210

@MarktHart

Description

@MarktHart

When I do nemoclaw onboard it fails to spawn a local model with nim. docker run -d --gpus all -p ${port}:8000 --name ${name} --shm-size 16g ${image} tries to download the model, which fails, because the NGC API key isn't passed on. It should probably be something like docker run -d --gpus all -p ${port}:8000 --name ${name} --shm-size 16g -e NGC_API_KEY=${ngcKey} ${image}.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: installInstall, setup, prerequisites, or uninstall flowarea: local-modelsLocal model providers, downloads, launch, or connectivityarea: onboardingOnboarding FSM, provider setup, sandbox launch, or first-run flowarea: providersInference provider integrations and provider behavior

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions