We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
https://github.com/rai-project/server/blob/master/work.go#L167
Sorry, something went wrong.
I made a commit to server to remove the check, @aschuh703 can review it and see if he's happy
aschuh703
No branches or pull requests
I submitted a rai job with the following build file
The server provides the following output
Is it possible to remove the restriction on using rai to build raiproject images?
The text was updated successfully, but these errors were encountered: