bhky / opennsfw2

Keras implementation of the Yahoo Open-NSFW model
MIT License
361 stars 47 forks source link

docker integration #24

Open FunkyMuse opened 3 months ago

FunkyMuse commented 3 months ago

Hi, nice repo and good job!

Is there an officially recommend way how to run this inside Docker / Docker compose?

I'd appreciate if an official image is published as we have non python backend and this seems like the perfect use case.

Not a lot of configuration is needed IMO, just the port for the server and that's usually it.

bhky commented 3 months ago

Hello! Thank you very much for your interest in the library and the suggestion!

Currently we have no plans to manage an official Docker image. However, it is indeed a nice idea to provide a serving option for the model, along with a suggested Dockerfile for doing so. We will think about it!