pop-os / tensorman

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

Documentation Bug when running custom image #32

Open integrate-your-mind opened 3 years ago

integrate-your-mind commented 3 years ago

Where it says tensorman =IMAGE_NAME run --gpu bash this should be tensorman "=IMAGE_NAME" run --gpu bash.

The command does not work without quotations.