docker-scikit-learn
docker-scikit-learn copied to clipboard
Python3 scikit-learn with Jupyter docker image based on alpine
I use "docker run -it --rm -p 8888:8888 -v $PWD:/code smizy/scikit-learn:0.22.2.post1-alpine" to run this image locally (windows10). But when I ran "from sklearn.linear_model import LinearRegression" in Notebook for the first...
I noticed you use microbadger for publishing. They are [planning](https://microbadger.com/shutdown) a shutdown on July 1st. Consider alternatives.
It's helpful to be able to check out the Dockerfile sources right from the [docker hub page](https://hub.docker.com/r/smizy/scikit-learn). Would be great to configure docker hub to show the Dockerfile on the...
In one old docker server, I got permission error "`Permission denied: Untitled.ipynb`" * docker version: 1.13.1 (can't change so far) * docker host server: Ubuntu 16.04 error from console is...
Hello, When I open my browser with http://localhost:8888, I'm redirected to the Jupyter login page. I must set a token or a password to login... I tried: docker exec -it...