Hi, we are using bitfusion to enable GPU usage in docker containers (running on kubernetes in vpshere).
When installing the bitfusion client as described here:
we get the following, undocumented warning:
The requested versioned core installation for version 2.0.2-452246f2 does not exist, falling back to the default core installation.
Has anybody seen this warning before and point us to its origin?
Here is some more background:
- We install bitfusion-client-centos7-2.0.2-4.x86_64.rpm into the container.
- We can kubectl exec pod_name bitfusion list_gpus and kubectl exec pod_name bitfusion version and get a correct output in the container
- Errors occur when I execute butfusion run -n 1 python3 myscript.py (the container simply crashes). Executing the python3 myscript.py works fine (but without GPU support)