Skip to content

GCP Docker Command not working #26

@nyuzyc

Description

@nyuzyc

The following command seems not to be working.
docker run -it -v ~/dockermnt:/notebooks -p 8888:8888 gcr.io/tensorflow/tensorflow:latest-py3
It seems to have been moved and the fix is to use the following one instead.
docker run -it -v ~/dockermnt:/notebooks -p 8888:8888 tensorflow/tensorflow:latest-py3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions