rsignell
rsignell
Sadly no. 🥲
@norlandrhagen are you willing to be a maintainer?
@jbusecke could we get a new release so that these fixes are included on conda-forge? (especially the removal of the xgcm pin!)
The error I got trying to write to s3-compatible Ceph storage (Open Storage Network) was `OSError: [Errno 22] An error occurred (MissingContentLength) when calling the PutObject operation: Unknown`, but armed...
@viniciusdc , yes, I used the Nebari-recommended [Pytorch tool](https://pytorch.org/get-started/locally/#start-locally) to create the correct package versions and then I tried to create the simplest possible conda environment for pytorch on Nebari...
Also this page https://www.nebari.dev/docs/faq/#why-doesnt-my-code-recognize-the-gpus-on-nebari seems to provide conflicting information: one the one hand it suggests using `pytorch-gpu`, but this seems at odds with the suggestion to follow https://www.nebari.dev/docs/how-tos/pytorch-best-practices/, which says...
@dharhas thanks for this info! Indeed when I open a terminal and activate our ML environment, when I type `nvidia-smi` I get "command not found". And when I google that...
Thanks @viniciusdc ! I'm hoping to use this on Thursday for my short course!
> we can rechunk in however many dimensions we want! I love that aspect!
Oof, turns out cmocean fixed this problem a year ago, but for some reason I didn't get that version -- I have `cmocean=2.0` in the environment I just built. I...