Skip to content
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

Introducing Development Dockerfile #3263

Merged
merged 3 commits into from
Nov 24, 2023
Merged

Conversation

Kaszanas
Copy link
Contributor

This is on topic with the issue that I have opened #3262

Mostly a quality of life change that should allow users to develop directly within a Docker container.

The development image (and the contributing instructions) can also be extended to include editor specific instructions.

This change should prevent re-installation of the dependencies upon
every change of the repository's contents. Typically if Docker detects
that something changed in a layer, all downstream layers are invalidated
and rebuilt.
Main dockerfile in a separate directory can cause issues with the
current CI/CD setup. This can be a good change for later.
Dockerfile.dev can be used as a separate development environment for
anyone that does not wish to install the dependencies locally.
@CLAassistant
Copy link

CLAassistant commented Nov 18, 2023

CLA assistant check
All committers have signed the CLA.

@erogol
Copy link
Member

erogol commented Nov 22, 2023

@WeberJulian can you review this one?

@Kaszanas
Copy link
Contributor Author

@WeberJulian can you review this one?

Would be great ;) it's an arguably small change.

@erogol erogol merged commit 1bf5926 into coqui-ai:dev Nov 24, 2023
53 checks passed
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.

3 participants