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

Docker Support #367

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Docker Support #367

wants to merge 1 commit into from

Conversation

eshbeata
Copy link

@eshbeata eshbeata commented Jul 3, 2023

Support Docker compose

The ability to keep training model with the need to rebuild web

Training the Model

docker-compose build train

Running Web

docker-compose build web && docker-compose up web

Support Docker compose

**Training the Model**
```
docker-compose build train
```

**Running Web**
```
docker-compose build web && docker-compose up web
```
@eshbeata
Copy link
Author

@mayooear mayooear

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.

None yet

1 participant