文件名称:digits-server-simple:厨师食谱可在AWS Opsworks上立即启动NVIDIA DIGITS服务器
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-09 07:33:04
Ruby
#在AWS Opsworks中快速启动NVIDIA DIGITS服务器 该厨师食谱将在Ubuntu 14.04上启动NVIDIA DIGITS服务器。 创建一个存储库,在其中放置带有以下行的Berksfile : cookbook 'digits-server-simple', git: 'git://github.com/christopher5106/digits-server-simple.git' 使用您的存储库在AWS Opsworks上创建堆栈。 创建一个自定义层,然后在设置步骤中将配方“ digits-server-simple”添加到该层的配方中。 在/digits挂载点下的层配置中也添加一个EBS卷(因为我们不能在Opsworks中更改根卷大小)。 为端口8080定义一个具有TCP连接的安全组。 启动一个实例,例如g2.2xlarge 。 Digits服务器将
【文件预览】:
digits-server-simple-master
----recipes()
--------default.rb(1KB)
----README.md(751B)
----metadata.rb(130B)
----attributes()
--------default.rb(355B)