TheFoundryVisionmongers / nuke-ML-server

A Nuke client plug-in which connects to a Python server to allow Machine Learning inference in Nuke.
Apache License 2.0
134 stars 36 forks source link

Installation without super user permission? #8

Open samhodge opened 5 years ago

samhodge commented 5 years ago

Is it possible to use these tools without uid 0 being set by the user?

ringdk commented 5 years ago

Hello! Can you please clarify your question?

If you're referring to running Docker without being super user you can do so following these instructions: https://docs.docker.com/install/linux/linux-postinstall/#manage-docker-as-a-non-root-user

samhodge commented 5 years ago

In my situation I used the sudo rule several times to install CMake3 to install Docker to run Docker I know in VFX companies sudo privileges are rarely used

ringdk commented 5 years ago

Agreed, it's a tough one. I think we'll have to figure this one as we go. We might just have to accept that running the server requires sudo or a sudo-docker group, and hope that's OK enough for experimentation. The long term goal is to be able to take a custom trained model, then package and deploy it natively in Nuke.

samhodge commented 5 years ago

Yeah I know a guy that has deployed three models in C++ as an OpenFX plugin ;)