openknowledge / mlops

MLOps showcase, in which we will go through the various phases of a Machine Learning project.
Apache License 2.0
0 stars 1 forks source link

WIP: Containerize Jupyter #2

Closed habecker closed 2 years ago

habecker commented 2 years ago
habecker commented 2 years ago

The Dockerfile.notebook can currently be build using: docker build -f Dockerfile.notebook . -t habecker/mlops-notebook and then used with docker run --rm -it -v $(pwd):/data -p 8888:8888 habecker/mlops-notebook. It seems to run fine on a M1, but needs to be tested on x86_64.