berney
berney
I agree this is more a feature request. If it's possible to change the label?
Thanks for the comments r71. I working on #215 and was thinking it could simplify kubler, by leveraging docker features. Right now I mostly see `IMAGE_PARENT` and `MAINTAINER` like the...
You understood me right. I was thinking to effectively `git mv Dockerfile.template Dockerfile`, and to add the `ARG IMAGE_PARENT` etc to the dockerfile, and then in the `docker build` commands...
I believe `blas/*.o` should also be added to `liblinear.a`. The code has changed and `newton` has replaced `tron`.
I've raised PR #32 that adds v5.2.0 and 5.2.1.
The `$(command)` command substitution is part of the POSIX standard and is not a bashism. It should work in POSIX compliant shells. If it doesn't work in your shell, it...
The images, `gentoo/portage` and `gentoo/stage3` are effectively just docker versions of the tarballs you can download from normal Gentoo distribution channels. These are just docker images of the same, effectively...