albertbup / deep-belief-network

A Python implementation of Deep Belief Networks built upon NumPy and TensorFlow with scikit-learn compatibility
MIT License
481 stars 212 forks source link

Adding Readme content for Running Docker Image in Windows #68

Open RituKapur-Developer opened 1 year ago

RituKapur-Developer commented 1 year ago

Hi! You may consider adding the following docker command in ReadMe file for running your docker image in windows:

docker run --rm -it -v %cd%:/code albertbup/deep-belief-network:1.0.5 bash