Coder Social home page Coder Social logo

okwrtdsh / anaconda3 Goto Github PK

View Code? Open in Web Editor NEW
31.0 4.0 19.0 175.61 MB

Anaconda3, Jupyter Notebook, OpenCV3, TensorFlow and Keras2 for Deep Learning🐳

Home Page: https://hub.docker.com/r/okwrtdsh/anaconda3/

Dockerfile 100.00%
docker keras jupyter anaconda3 tensorflow gpu opencv3 pytorch mxnet deep-learning

anaconda3's Introduction

anaconda3's People

Contributors

okwrtdsh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

anaconda3's Issues

Best way to enrich with my own requirements?

I'm in love with your level-based approach for these Dockers! Great job and thanks for sharing!
However, what would you recommend as the favorable approach to enrich them with my own requirements/dependencies?

For example, if I'd like to run Keras on my GPU, with some new dependencies which are not currently present in your base image..
Would you recommend to create a new Dockerfile, build FROM keras-10.0-cudnn7 as base image, add my dependencies here?

Or, should I change your base 10.0-cudnn7 Dockerfile and insert my own dependencies, then build everything from scratch?

Config file location in Unraid

When running $ jupyter notebook --generate-config the file is "generated" according to the response in /root/.jupyter/ folder. I can navigate to that folder in a container terminal and see the file listed, but cannot open or access it. And when looking for that folder with any other option on my server, it just doesn't exist.

tensorflow gpu version not enabled in okwrtdsh/anaconda3:keras-9.2-cudnn7

Running the container:
sudo nvidia-docker run -it okwrtdsh/anaconda3:keras-9.2-cudnn7 bash

"attaching" to container:
sudo docker exec -it container_name bash

Running python repl and importing tensorflow to check whether gpu is enabled in tensorflow:

from tensorflow.python.client import device_lib
print(device_lib.list_local_devices())

which prints:

2018-07-05 14:56:47.988072: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
[name: "/device:CPU:0"
device_type: "CPU"
memory_limit: 268435456
locality {
}
incarnation: 3815053792300585653
]

That shows device_type as cpu. Can this be a bug?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.