简体   繁体   English

谷歌云顶点 AI 工作台笔记本卡在“启动”

[英]Google cloud vertex AI workbench notebook stuck on "starting"

I'm running a Jupyter Notebook on the Vertex AI workbench and getting the error below.我在 Vertex AI 工作台上运行 Jupyter 笔记本并收到以下错误。 It loads for an hour or two, then reverts back to a stopped state. It's a managed notebook, so I can't ssh to the notebook to recover my code, which is all I want to do since there's a lot of work there I haven't backed up (I didn't expect a big Cloud service to randomly fail like this...) Any ideas on how to get this back up and running?它加载一两个小时,然后恢复到停止的 state。这是一个托管笔记本,所以我不能ssh到笔记本来恢复我的代码,这是我想做的,因为那里有很多工作我还没有备份(我没想到大型云服务会像这样随机失败......)关于如何让这个备份和运行的任何想法? I am happy to delete this and start a new instance onc I recover the code on this.我很乐意删除它并在我恢复代码后启动一个新实例。

在此处输入图像描述

Managed to get it running myself again in meantime.. Make sure your idle timeout is not set too high, as it appears the same timeout value is valid for scenarios like these, which gives you the opportunity to start the notebook again as soon it "gives up" after being idle (in "Starting" state) for too long.同时设法让它再次运行。确保您的空闲超时没有设置得太高,因为看起来相同的超时值对此类情况有效,这使您有机会尽快再次启动笔记本“在闲置(处于“正在启动”状态)太久后放弃”。

You can always use gcloud if the console fails.如果控制台出现故障,您始终可以使用gcloud Use stop command for managed-notebooks as below:对托管笔记本使用stop命令,如下所示:

gcloud notebooks runtimes stop <NOTEBOOK_NAME> --location=<LOCATION>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM