-
Notifications
You must be signed in to change notification settings - Fork 235
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
Fixed #130: Created docker configuration with all requirements fulfilled #172
Conversation
@PalashTanejaPro thanks for the pull request. I will test this soon and will let you know. |
hi, @PalashTanejaPro I'm getting this error while installing: |
@trexdinosaur The problem that you mentioned was fixed in my latest commit. |
Sorry @PalashTanejaPro, there seems to be a lot of errors in the Pull Request and it doesn't seem to work for me. |
If you are still interested in working on this issue, please feel free to checkout this branch https://github.com/Cloud-CV/Fabrik/tree/docker-fix and work on it. It seems to work pretty well. The only thing left in this code is that webpack is not installed properly. It would be good if someone can take lead on this since I am not able to find time to fix it. |
@utsavgarg @deshraj Do you mind if I take this up? Keras backend has been changed to TF so we'll have to account for the extra dependencies now. I'd like to give it a shot |
Support for docker setup was added in #344, closing this. |
@deshraj had asked to create a docker setup that fulfilled the following requirements:
I have done just that and have also used a precompiled caffe container to reduce installation time drastically.
The setup is also a very simple one-liner.
Please review @utsavgarg @virajprabhu