Heramb Gadgil

Results 4 comments of Heramb Gadgil

Getting similar error - The script works without any issues and without asking for credentials on `ai-notebooks` cli. But when the same script is passed on as a job submit...

++ The way our security and architecture is structured in GCP, having a `.json` file for credentials in individual script is not feasible. The `ai-notebooks` are linked to a Service...

@javierluraschi - Another thing that would be very useful is if we could specify where to store the dry-run directory instead of getting auto-saved into the temp folder. Dry-run option...

I had the same problem. The problem is with the below chunk in `path-to-library/cloudml/cloudml/cloudml/deploy.py` ``` # Stream output from subprocess to console. for line in iter(process.stdout.readline, ""): sys.stdout.write(line.decode('utf-8')) ``` Once...