TensorFlow.jl
TensorFlow.jl copied to clipboard
Example in README throws `ArgumentError` when run in docker container
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?
I think you're right; the docker image needs to be updated.
Is the docker image useful?
Is the docker image useful?
yes, incredibly; for people like me, who want to quickly run the examples without having to install everything.
Cool. Good to know.