Skip to content

feat(docker): mount models folder as a volume #2868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

vvsotnikov
Copy link
Contributor

Right now docker-compose creates a copy of the models folder inside a container which is inefficient as the folder could reach tens or even hundreds of GBs.

This PR mounts the models folder as a volume similar to the dataset and .cache folders, thus optimizing startup speed and disk consumption.

@bmaltais bmaltais changed the base branch from master to sd3-flux.1 October 3, 2024 11:52
@bmaltais bmaltais merged commit 54c0bee into bmaltais:sd3-flux.1 Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants