ml icon indicating copy to clipboard operation
ml copied to clipboard

experimental machine learning container

Results 9 ml issues
Sort by recently updated
recently updated
newest added

libnvblas.so gets installed with the existing cuda libraries. Apparently this can be enabled as the drop-in BLAS library for R, and is smart enough to let openblas handle things and...

We had set the env var `RETICULATE_PYTHON_ENV` in the global environmental variable so that any user will have access to a system-wide python virtual environment. Sometimes users will want a...

After upgrading the nvidia drivers on the host (e.g. with `apt-get upgrade`), `nvidia` tasks will fail to run due to driver mistmatch, e.g.: ``` $ nvidia-smi Failed to initialize NVML:...

I was trying to play with greta using this container but I'm getting an error. This is what I am doing: ``` nvidia-docker run -it rocker/ml-gpu:latest bash root@7dc3309926d4:/# nvidia-smi Fri...

Can we get `rocker/ml` and `rocker/ml-gpu` to work with `reticulate` on RStudio? ``` library(reticulate) py_config() ``` python: /usr/local/bin/python libpython: /usr/lib/python3.5/config-3.5m-x86_64-linux-gnu/libpython3.5.so pythonhome: /usr:/usr version: 3.5.3 (default, Sep 27 2018, 17:25:39) [GCC...

I find I need to write to the `rsession-ld-library-path` parameter in `rserver.conf` for a couple of packages, and I can see if you do that installing more stuff on top...

downloading from the version tagged image ironically gives some error about the version not being set. (https://github.com/dmlc/xgboost/archive/v0.81.tar.gz) need to investigate.

This note present an alternative approach that can be used to integrate R and Python stacks with a different container layout In this alternative layout, python features are introduced after...

Default cuda image builds on pytorch base image. Consider adding tensorflow tag building on tensorflow. Also improve docs regarding CUDA tags in Jupyter. (i.e. that only pytorch tags support regular...