Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWS deep learning README #54

Open
resdntalien opened this issue Feb 19, 2021 · 0 comments
Open

Add AWS deep learning README #54

resdntalien opened this issue Feb 19, 2021 · 0 comments

Comments

@resdntalien
Copy link
Collaborator

resdntalien commented Feb 19, 2021

Notes from running Orbyter-dl-dev:3.2 in AWS

  1. You have to use an Ubuntu Deep Learning AMI. Our Docker container does not work with Amazon Linux (as far as we’ve tested).
  2. We have tested on the g4dn.xlarge EC2 instance. It works there. Pretty sure it should work on the other GPU enabled instances as well.
  3. You need to install docker compose. Follow the instructions here: https://docs.docker.com/compose/install/. i.e. it's some curl commands.
  4. After installing docker compose, you need to edit the /etc/docker/daemon.json file so that the default runtime is set FIRST. If you don’t make it first, then the container will not pick up the runtime. Don’t make that mistake #devops. Here’s what the file should look like after editing:
{
    "default-runtime": "nvidia",
    "runtimes": {
        "nvidia": {
            "path": "nvidia-container-runtime",
            "runtimeArgs": []
        }
    },
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant