Skip to content

Add Docker quickstart to README #40

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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