NaturalIntelligence / imglab

To speedup and simplify image labeling/ annotation process with multiple supported formats.
https://solothought.com/imglab/
MIT License
977 stars 596 forks source link

Dockerized version #179

Open francozacco opened 4 years ago

francozacco commented 4 years ago

Purpose / Goal

Added docker files to run the server on a docker container. I also added documentation explaining how to run the docker container.

Type

Please mention the type of PR

amitguptagwl commented 4 years ago

Thanks for your effort. But I'm wondering if the end-user is not aware of git. If he is using docker then probably docker pull imglab would be better option.

francozacco commented 4 years ago

Hi Amit, Yeap, It would be a problem if the end-user is not aware of git. I also uploaded a docker image to my account in docker-hub, you can find it here (https://hub.docker.com/r/francozacco/imglab) and I modified the documentation to account for these changes. But now I don't have the time to follow the steps to request an official image uploaded to docker-hub, I'm sorry 🙁. Let me know what you think.

amitguptagwl commented 4 years ago

I appreciate your work. But we can't link any 3rd party code right now due to security reasons. But I'll think about it. However, now I'm thinking about its need. Currently, people just need to open it in their browsers once and it perfectly works offline. So no load on their system and no technical knowledge is required.

I feel we should focus more on the required features than good to have.