TensorFlow.jl icon indicating copy to clipboard operation
TensorFlow.jl copied to clipboard

Example in README throws `ArgumentError` when run in docker container

Open piyush01123 opened this issue 6 years ago • 4 comments

Sorry to be asking such a naive question, but I was trying to run the logistic reg. example in readme, and the line using Printf throws ERROR: ArgumentError: Module Printf not found in current path. I am trying to run the example inside the malmaud/julia:tf docker container. So, maybe you could update the docker image?

piyush01123 avatar Mar 14 '19 13:03 piyush01123

I think you're right; the docker image needs to be updated.

malmaud avatar Mar 14 '19 22:03 malmaud

Is the docker image useful?

oxinabox avatar Mar 14 '19 23:03 oxinabox

Is the docker image useful?

yes, incredibly; for people like me, who want to quickly run the examples without having to install everything.

piyush01123 avatar Mar 15 '19 03:03 piyush01123

Cool. Good to know.

oxinabox avatar Mar 15 '19 11:03 oxinabox