pop-os / tensorman

Utility for easy management of Tensorflow containers
GNU General Public License v3.0
206 stars 16 forks source link

Running custom container after creation #33

Closed LizardLad closed 3 years ago

LizardLad commented 3 years ago

Hi everyone,

I've had a great experience using tensorman so far. I've just got an issue around running the image after I create a custom one. Previously it was using the "I have no user" or something along those lines as the user when launching the container. Now that I used root and installed ffmpeg and then saved a custom image the image it is always launching as root and it is warning that files created in the host filesystem will have root owning them.

image

Is there a way to launch the image like before where it wasn't the root user?

LizardLad commented 3 years ago

I'm not quite sure what happened but I created the image again and now everything works. It's running as the user id 1000 and group id 1000 again. Since it's working I'll close the issue.