ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
Using the latest version of the allegroai/clearml container, the local GCS credentials are not recognized anymore:
The local credentials should be fine since the first sample can be properly accessed, but any other sample can't. If I try to open the link of one of the unaccessible sample, the browser gets redirected to a gs:// uri, while the accessible one redirects to https://storage.cloud.google.com. If I manually change gs:// to https://storage.cloud.google.com, then I can also open the unaccessible sample.
To reproduce
Deploy the web app and log some debug samples on GCS.
Expected behaviour
The samples should show the preview and be accessible from the web interface.
Describe the bug
Using the latest version of the
allegroai/clearml
container, the local GCS credentials are not recognized anymore:The local credentials should be fine since the first sample can be properly accessed, but any other sample can't. If I try to open the link of one of the unaccessible sample, the browser gets redirected to a
gs://
uri, while the accessible one redirects tohttps://storage.cloud.google.com
. If I manually changegs://
tohttps://storage.cloud.google.com
, then I can also open the unaccessible sample.To reproduce
Deploy the web app and log some debug samples on GCS.
Expected behaviour
The samples should show the preview and be accessible from the web interface.
Environment