/cs599_ml

Repository for my work in a Machine Learning course

Primary LanguageJupyter Notebook

Stories in Ready

cs599_ml

Repository for my work in a Machine Learning course

Build Docker Image

docker build -t cs599_ml/anaconda3 .

"." refers to the Dockerfile directory. The assumption is you're in the cs599_ml directory

Terminal

docker run -it cs599_ml/anaconda3 /bin/bash

Running Jupyter

docker run -it -p 8888:8888 -v <ABSOLUTE_PATH_TO>/jupyter_notebooks:/opt/notebooks cs599_ml/anaconda3