Skip to content

using rai to build raiproject docker images #18

@cwpearson

Description

@cwpearson

I submitted a rai job with the following build file

rai:
  version: 0.2
resources:
  cpu:
    architecture: ppc64le
  network: true
commands:
  build_image:
    image_name: raiproject/scope:ppc64le-cuda80-latest
    dockerfile: "./ppc64le.cuda80.Dockerfile"
    no_cache: true

The server provides the following output

[ 2018-08-14 14:53:27.533701863 +0000 UTC] ✱ Downloading your code.
[ 2018-08-14 14:53:47.104687599 +0000 UTC] ✱ Docker image name cannot start with rai/ . Choose a different prefix.
[ 2018-08-14 14:53:47.17477052 +0000 UTC] ✱ Unable to create image raiproject/scope:ppc64le-cuda92-latest.

Is it possible to remove the restriction on using rai to build raiproject images?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions