Closed kstawiski closed 4 years ago
Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue. Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly. If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on contributing to MXNet and our development guides wiki.
Hi @kstawiski, we have temporarily removed the R package from the master branch due to C-API changes. For now, please make sure that you use git clone --recursive https://github.com/apache/incubator-mxnet.git -b v1.x
when checking out the code base.
Thank you @szha for the quick response. Closing the issue.
Description
Since few last commits, I'm having a problem with compiling and installing mxnet for R in Docker image. Nothing changed in the command that previously worked.
Error Message
It happens on both CPU and GPU-based version.
Steps to reproduce
(Paste the commands you ran that produced the error.)
For CPU-based version:
For GPU-based version:
What have you tried to solve it?
Environment
Ubuntu-based docker images, Dockerfiles: https://github.com/kstawiski/miRNAselector/blob/master/Dockerfile.gpu and https://github.com/kstawiski/miRNAselector/blob/master/Dockerfile