GoogleCloudPlatform / localllm

Apache License 2.0
1.51k stars 113 forks source link

erro0r: Maven config is not supported f #13

Closed pmirla closed 7 months ago

pmirla commented 7 months ago

Could you please check what could be wrong here? I am running this on MAC M1

MacBook-M1 % cd localllm -MacBook-M1 localllm % gcloud artifacts repositories create $LOCALLLM_REGISTRY \ --repository-format=docker \ --location=$REGION \ --description="DESCRIPTION" ERROR: (gcloud.artifacts.repositories.create) INVALID_ARGUMENT: Maven config is not supported for format "DOCKER"

pmirla commented 7 months ago

fixed with gcloud components update MacBook-M1 localllm % gcloud artifacts repositories create $LOCALLLM_REGISTRY \ --repository-format=docker \ --location=$REGION \ --description="DESCRIPTION" Create request issued for: [localllm-registry] Waiting for operation [projects/perceptron-5b3d4/locations/us-west1/operations/eaa98148-7b1e-4051-86c6-a69878807458] to complete...done.
Created repository [localllm-registry].