作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个需要几个小时才能运行的批处理作业。如何在 Google Cloud 上以无服务器方式运行它?
AppEngine、Cloud Functions 和 Cloud Run 的时间限制为 10-15 分钟。我不想在 Apache Beam 中重写我的代码。
是否有等效于 Google Cloud 上的 AWS Batch?
最佳答案
AI Platform Training 是无服务器且长期存在的。将批处理代码包装在 Docker 容器中,推送到 gcr.io,然后执行以下操作:
gcloud ai-platform jobs submit training gpu_function \
--scale-tier BASIC \
--region $REGION \
--master-image-uri gcr.io/$PROJECT_ID/some-image-name
你可以运行任意的 Docker 容器——它不一定是机器学习工作。有关详细信息,请参阅:
关于google-cloud-platform - 如何在 Google Cloud 中运行无服务器批处理作业,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58162442/
我是一名优秀的程序员,十分优秀!