pop-os / tensorman

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

Accept multiple mapped ports #30

Closed agentydragon closed 3 years ago

agentydragon commented 3 years ago

I want to expose 2 ports from the tensorman container: 8888 for IPython Notebook and 6003 for TensorBoard. But with -p 8888:8888 -p 6003:6003 only the latter one takes effect - so only one port is exposed. Should be a relatively simple option parsing fix.