wiehsingli / cs599_ml

Repository for my work in a Machine Learning course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Repository for my work in a Machine Learning course


Languages

Language:Jupyter Notebook 100.0%