Changes

Jump to navigation Jump to search
Fix: move -c from command to args.
image: tensorflow/tensorflow:latest-py3
# Execute Tensorboard in your mounted summaries folder. This will make the pod run indefinitely if no errors occur. Make sure to delete the pod if you do not use it anymore.
command: ["/bin/bash", "-C"] args: ["-c", "cd /mnt/tensorboard/; tensorboard --logdir ."]
# Mount the persistent volume where you log Tensorboard summaries to
ccu
3
edits

Navigation menu