[REVIEW] Update Dockerfile for setup#27
Conversation
RAMitchell
left a comment
There was a problem hiding this comment.
My only concern here is that we might want the latest dmlc xgb and not the rapids version.
|
That's a good point, I can undo the xgboost install step. Would this require installing from source, or the latest stable version (using |
|
I think it should be source. |
|
@RAMitchell I've updated the dockerfile but the xgboost install isn't working with the following error: I can run the same command within the container, but the Dockerfile for some reason fails. Do you know what could be the reason for this? |
|
I don't I'm afraid. Maybe @hcho3 has an idea? |
|
|
|
@hcho3 is it However, this worked when I ran it inside |
|
Can you run |
|
Thanks! That helped |
The previous version of the file used older version of RAPIDS and didn't build properly for me.
Changing it to use RAPIDS image instead of nvidia/cuda image as most of these packages come pre-installed including xgboost and light-gbm.