-
Steps to reproduce
Expected behaviorAll containers start up, with gpu passthrough enabled for apps or containers that could use it. Actual behavior
Other informationHost OSTruenas SCALE, electric eel 24.10.1 Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I believe I found the answer! It appears the configs in the yaml file get written to configuration.json in this location: I thought I had removed the volumes associated with the mastercontainer, which would have fixed it, but apparently I had not. Anyway, at the very bottom of that file was the NEXTCLOUD_ENABLE_NVIDIA_GPU=true entry, which I simply deleted, saved the file, and was off to the races. One small hiccup was that I apparently needed to also delete the trailing comma from the line above it as well. |
Beta Was this translation helpful? Give feedback.
I believe I found the answer! It appears the configs in the yaml file get written to configuration.json in this location:
/mnt/.ix-apps/docker/volumes/nextcloud_aio_mastercontainer/_data/data
I thought I had removed the volumes associated with the mastercontainer, which would have fixed it, but apparently I had not.
Anyway, at the very bottom of that file was the NEXTCLOUD_ENABLE_NVIDIA_GPU=true entry, which I simply deleted, saved the file, and was off to the races. One small hiccup was that I apparently needed to also delete the trailing comma from the line above it as well.