Skip to content

Add Docker quickstart to README #40

@abrichr

Description

@abrichr

The instructions in the existing quickstart section in the README are less deterministic and more complex than the Dockerfile equivalent:

# Build the image
sudo nvidia-docker build -t som .

# Run the image
sudo docker run -d -p 6092:6092 --gpus all --name som-container som

Consider prepending or replacing the existing quickstart section with the above Dockerfile quickstart.

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