Server Requirements for Docker #530
SgiobairOg
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
And apologies, if I'm looking at it properly it does appear that there is already an API. |
Beta Was this translation helpful? Give feedback.
2 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hello, I've been looking at getting the server up and running in a docker image for some experiments at work.
I have things working no problem but I've noticed the image I'm generating is very large with one layer along taking 4.68 GB.
Wondering if you can help me identify what needs to be copied over for the server to run with multi-model support and what can be left behind. I know at the moment I'm copying over everything and I expect the notebooks, tests, and some other stuff can be left behind. I'm also wondering if I can trim down the dependencies a bit if we won't be making any models.
I'm a bit new to python servers (my server experience is mostly node) but if there's some changes needed there to support this and if you're interested in having an image as part of the project again I'd be happy to contribute the development.
Depending on how much time I can invest I'm also considering adding an API so we can separate out our UIs.
Thanks for sharing your project!
Beta Was this translation helpful? Give feedback.
All reactions