【问题标题】:Where can I find the source code for the Google Cloud Platform Deep Learning VM images and Deep Learning Containers?在哪里可以找到 Google Cloud Platform Deep Learning VM 映像和 Deep Learning Containers 的源代码?
【发布时间】:2020-02-02 14:46:25
【问题描述】:

GCP gives a general overview of what's installed in Deep Learning VMs,但查看实际的 shell 脚本会更容易确定 VM 映像之间的确切差异、调试任何部署问题并创建派生映像。

Someone already asked about the Dockerfiles for Deep Learning Containers,但我想我会重复这个问题以增加它得到回答的几率。

【问题讨论】:

    标签: google-cloud-platform deep-learning google-compute-engine google-container-registry


    【解决方案1】:

    您可以创建和设置本地深度学习容器。查看官方文档Getting started with a local deep learning container,但请记住,此产品处于预发布状态,可能会更改或提供有限的支持。 Here 你可以找到容器镜像来选择。可惜没有源代码。

    同时,您可以按照@John Hanley 的说明进行操作:“您可以拉取容器映像并显示容器的“历史”。这向您展示了它是如何构建的以及原始起始映像是什么。这并不意味着您访问原始图像。您可以添加和删除部分图像。您还可以将图像导出到 tar 存档文件,修改然后重新导入“。

    【讨论】:

    • 如果 Google 发布源代码,我将暂缓接受这个答案。 John Hanley 评论的来源?
    • 它在这里,但看起来它被删除了。
    猜你喜欢
    • 1970-01-01
    • 2021-12-22
    • 1970-01-01
    • 2018-11-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多