-
Notifications
You must be signed in to change notification settings - Fork 12
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
Create a single docker image for all components (for dockerhub) #12
Comments
@yugoccp let's do this together, I'll help you here, if we do it the above way there are multiple benefits |
If there are any branches or PRs you wish reviewing feel free to push them to Github and I can share my comments on there. |
You are also a collaborator to this project which also means we can work on the same branch or PR if necessary @yugoccp |
Just enabled the https://github.com/neomatrix369/chatbot-conversations/projects/1 project management interface so that we can keep track of issues and PRs |
Thanks @neomatrix369 ! I'll push some changes soon! |
Created branch to address this issue @neomatrix369 could you help me fix run container command? |
@neomatrix369 in the end I make it run with helidon and quarkus worlds, will be happy to review it together, and moving forward to also run roberta-world :) |
I'll test it out on my machine and try to push something for python/roberta-world Good work you made it work, would be great in the meanwhile we could write steps on how to use the shell scripts you wrote, I'm thinking we can use the same ideas from https://github.com/neomatrix369/awesome-ai-ml-dl/tree/master/examples/deepnetts#build-the-docker-container and https://github.com/neomatrix369/awesome-ai-ml-dl/tree/master/examples/deepnetts#run-the-deepnetts-docker-container |
Its fixed now, there was an issue with |
There are some python related errors, try to debug and see why its failing - there is fun in this investigation. |
@neomatrix369 I've updated README.md file with instructions and fixed roberta-world dependency to work. Will open PR for review 😄 |
For learning and illustrating purposes it;s a good idea to have a single Docker image via single
Dockerfile
.Then executing/implementing issues #1 to #10 will become easier. Thanks for splitting the issues into smaller parts @yugoccp
Here are two examples to follow to create the docker config file(s) and shell scripts to achieve it:
(also check the
docker-image
folder)The text was updated successfully, but these errors were encountered: