-
-
Notifications
You must be signed in to change notification settings - Fork 17.2k
Labels
questionFurther information is requestedFurther information is requested
Description
❔Question
How can I start Tensorboard logging in Docker and how is it visable outside docker on the localhost adress?
Additional context
I start the Docker Container with the information given in your Docker discription:
sudo docker run --ipc=host --gpus all -it -p 8888:6006
With the additional portmaping 6006 -> 8888 I should see the tensorboard outside of Docker on my local machine on the web adresse "localhost:8888" but I didn't see anything.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested