coreweave / ml-containers

MIT License
19 stars 3 forks source link

fix(torch-extras): Use `rw` bind mount when building `flash-attn` #27

Closed Eta0 closed 1 year ago

Eta0 commented 1 year ago

This change fixes a bug that prevented the torch-extras Dockerfile from being able to compile flash-attn. Its git source directory was mounted read-only because of a missing rw flag on its bind mount, so it couldn't write build files.