-
Notifications
You must be signed in to change notification settings - Fork 54
mxnet recipe #134
base: master
Are you sure you want to change the base?
mxnet recipe #134
Conversation
7285e6d
to
17dbe1f
Compare
4870b6d
to
bac3868
Compare
Nice! Looks like the last update allowed it complete! I'll review. |
@jayfurmanek It was the test commit using the new base image (for now from my personal docker hub https://hub.docker.com/repository/docker/knm3000/linux-anvil-cuda-ppc64le) to check 50 min limit. |
@@ -0,0 +1,16 @@ | |||
c_compiler: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then you can drop this file.
c_compiler_version: | ||
- '7' | ||
channel_sources: | ||
- conda-forge,defaults |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note this order specifies priority. Does it still work if you put defaults
first?
-e UPLOAD_PACKAGES \ | ||
-e CI \ | ||
-a stdin -a stdout -a stderr \ | ||
knm3000/linux-anvil-cuda-ppc64le \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change this to $DOCKER_IMAGE? Then use this image name up in the .travis.yaml file
.
a5a80a5
to
7914673
Compare
MXNet GPU python package (MXNet library and python bindings to it)