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

Home Page:https://clear.ml/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GCS credentials not recognized on web app

materight opened this issue · comments

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

  • Server type: self hosted
  • ClearML SDK Version: 1.13.2
  • ClearML Server Version: WebApp: 1.13.0-414 • Server: 1.13.0-414 • API: 2.27
  • Python Version: 3.11
  • OS: Linux

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

Fixed as of v1.15.0