Docker container for working with neural networks (Anaconda3, TensorFlow (CPU), Keras)
Published at DockerHub.
- Run the environment (replace
$local_notebook_path
with local jupyter notebook path)docker run -it --rm -p 8888:8888 -v $local_notebook_path:/notebook taivokasper/neural-net-env:latest
- Navigate to http://localhost:8888 If asked about credentials then look at the terminal output.