zmughal commented on pull request #20852: URL: https://github.com/apache/incubator-mxnet/pull/20852#issuecomment-1026440276
@sergeykolychev, thank you! > hopefully further PDL development will not break AI::MXNet tests, may I > contact you if this happens ? I am working on the PDL CI workflows to help prevent future breakage of downstream soon, so that should be mitigated in the future. And yes, feel free to ping me for anything about PDL. > Btw, is it possible to lock version of PDL for docker file ? Yes, to set an exact version, you can use `cpanm` with `@`. ```shell $ cpanm -q [email protected] PDL::[email protected] PDL::[email protected] ``` A more complete approach is to use Carton to create a snapshot file which contains all the versions of every dependency. Another thing that I might be able to help with is packaging MXNet's C++ part as an Alien::* package so that it can be installed directly using a CPAN client. It would download from the appropriate branch for the v1 API. Would you be interested in adding support for that (in addition to building out of this repository)? I would give you maintainership/upload bits on it and I would help keep it up to date. And if the MXNet project ever ships pre-built binaries for certain platforms, I can support that as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
