skypilot-org / skypilot

SkyPilot: Run AI and batch jobs on any infra (Kubernetes or 12+ clouds). Get unified execution, cost savings, and high GPU availability via a simple interface.
https://skypilot.readthedocs.io
Apache License 2.0
6.84k stars 515 forks source link

[Azure blob] Add checks for Ubuntu 18.04 #3787

Open romilbhardwaj opened 4 months ago

romilbhardwaj commented 4 months ago

Azure blobfuse requires fuse3, which is not available for Ubuntu 18.04.

We should 1) look into manually installing fuse3 without apt, if feasible and/or 2) raising an error if Azure mount is requested on a ubuntu 18.04 based image.

cblmemo commented 2 months ago

cc @landscapepainter - could you help take a look on this?

landscapepainter commented 2 months ago

I did some research on manually installing fuse3 without apt while implementing Azure Blob Storage, and if I remember correctly, it wasn't feasible. I'll start with double checking on that first.