Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
Add a writable cache directory for huggingface. Fixes bmaltais#859
  • Loading branch information
andrey-lepekhin authored May 27, 2023
1 parent 30b054b commit fac8759
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ services:
- ./.cache/user:/home/appuser/.cache
- ./.cache/triton:/home/appuser/.triton
- ./.cache/config:/app/appuser/.config
- ./.cache/nv:/home/appuser/.nv
- ./.cache/keras:/home/appuser/.keras
- ./.cache/nv:/home/appuser/.nv
- ./.cache/keras:/home/appuser/.keras
- ./.cache/huggingface:/home/appuser/.cache/huggingface
deploy:
resources:
reservations:
Expand Down

0 comments on commit fac8759

Please sign in to comment.