tensorflow / benchmarks

A benchmark framework for Tensorflow
Apache License 2.0
1.14k stars 630 forks source link

--no-docker_pull prevents looking at remote repositories. #502

Open tfboyd opened 3 years ago

tfboyd commented 3 years ago

This is useful if the base image has been created locally. Looking for a nonexistent image in a remote repo results in an error.

For tf-agents we build a base image and then build our mujoco image on top of that so users that don't need mujoco do not have to deal with the licensing issues.

If you want the flag to work differently, just let me know. I should have used absl flags when we created this the first time, but I am not sure I was as aware of the advantages. I knew I did not want to use tf.FLAGS. Oh well. Let me know.