Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using rai to build raiproject docker images #18

Open
cwpearson opened this issue Aug 14, 2018 · 2 comments
Open

using rai to build raiproject docker images #18

cwpearson opened this issue Aug 14, 2018 · 2 comments
Assignees
Labels

Comments

@cwpearson
Copy link
Contributor

cwpearson commented Aug 14, 2018

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?

@abduld
Copy link
Contributor

abduld commented Aug 14, 2018

@cwpearson
Copy link
Contributor Author

I made a commit to server to remove the check, @aschuh703 can review it and see if he's happy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants