Skip to content

Is there a mistake of port in ReadME (Docker GPU install) ? #922

@William-Mou

Description

@William-Mou

Hello, when I try to install tensorlayer with nvidia-docker, I find an error port in Documentation.

nvidia-docker run -it --rm -p 8888:88888 -p 6006:6006 -e PASSWORD=JUPYTER_NB_PASSWORD tensorlayer/tensorlayer:latest-gpu

As is known to me, It should be 8888 port for jupyter notebook (default) , like this.

nvidia-docker run -it --rm -p 8888:8888 -p 6006:6006 -e PASSWORD=JUPYTER_NB_PASSWORD tensorlayer/tensorlayer:latest-gpu

thank you!

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