ageron / ageron/handson-ml2

How can I run jupyter notebook using the image from docker hub?

Abierto
#161 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Jupyter Notebook
Estrellas
30k
Forks
13.1k
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

I downloaded the latest image from the docker hub:

https://hub.docker.com/r/ageron/handson-ml2

Using the following command, a container runs.

```
docker run -it --rm -v $PWD:/home/devel/handson-ml2 -p 8888:8888 ageron/handson-ml2:latest
```
Indeed, the bash shell shows up at the terminal. But the jupyter notebook server doesn't seem to run on http://localhost:8888.

How can I make jupyter notebook server run directly at launching the image?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.