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

add Dockerfile #1

Merged
merged 5 commits into from
May 11, 2022
Merged

add Dockerfile #1

merged 5 commits into from
May 11, 2022

Conversation

escoand
Copy link
Contributor

@escoand escoand commented Jun 3, 2021

Add Dockerfile to get the external model fast up and running. One missing part is that the Nextcloud addon requires bzip2 and pdlib upon install and setup which is not the case on the official docker image nextcloud:fpm-alpine.

@matiasdelellis
Copy link
Owner

Hi @escoand
Great.. This is a good service to implement in docker...
Can you add some documentation about it?

@escoand
Copy link
Contributor Author

escoand commented Jun 5, 2021

I've added some instruction words.

I would like to request some more functionality:

  • external clustering, so the Nextcloud addon could be run on any tiny sized device
  • parallel HTTP calls, as currently the python dlib seems to use only one cpu

@afics
Copy link

afics commented Dec 21, 2021

parallel HTTP calls, as currently the python dlib seems to use only one cpu

This would be great!

@guystreeter guystreeter mentioned this pull request Mar 31, 2022
@matiasdelellis
Copy link
Owner

matiasdelellis commented May 11, 2022

Wow, long time since you did that.. Sorry.. 😞

well, I'm going to merge it.. Thanks again.. 😄 🎉
...and I think from here (Also with #2) we can do more interesting things. 😄

external clustering, so the Nextcloud addon could be run on any tiny sized device
parallel HTTP calls, as currently the python dlib seems to use only one cpu

About this, it is unlikely that we will do something similar.. still need to improve other issues in the current architecture before attempting these changes. Sorry, but is always in consideration. 😉

@matiasdelellis matiasdelellis merged commit 324b9eb into matiasdelellis:master May 11, 2022
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