Docker Compose - #75
Open
nikl234 wants to merge 3 commits into
Open
Conversation
[+] build a docker compose way to use the app [+] no more hussle with non working dependencies
Contributor
|
您好,您的邮件我已收到并会尽快回复,祝好
|
Author
|
Ahh i will add to the readme, that for gpu support you need the nvidia docker version. |
Owner
|
I don't have a lot of experience using docker to run one-off tools like this, but this seems interesting. I'll have another read of the documentation you wrote, and probably merge this later. More power to however people want to use the project :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As it was a hustle to set this project up on Linux i made a dockerfile(with the help of the github action) to build the project.
Afterwards i documented how i use this docker container with docker compose in the readme.