allegroai / clearml

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Apache License 2.0
5.69k stars 655 forks source link

GCS credentials not recognized on web app #1156

Closed materight closed 6 months ago

materight commented 1 year ago

Describe the bug

Using the latest version of the allegroai/clearml container, the local GCS credentials are not recognized anymore:

image image

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.

Environment

shyallegro commented 1 year ago

Hi @materight thanks for reporting, we are trying to reproduce.

materight commented 6 months ago

Fixed as of v1.15.0