Skip to content

Can't open jupyter notebook web page using docker release 0.3.1-jupyter #155

@umeiko

Description

@umeiko

I found docker run -it --net=host tinyms/tinyms:0.3.1-jupyter , mentioned by official document, can't launch jupyter-notebook correctly as web browser can't open the web page and curl http://localhost:8888/ returns Failed to connect to localhost port 8888 after 0 ms: Connection refused. I fixed it simply by docker run -it -p 8888:8888 tinyms/tinyms:0.3.1-jupyter. I tesed this in WSL2 and MacOS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions