Skip to content

qsiprep-container on AWS #560

Description

@arokem

Hello - this is probably really trivial, but I can't figure it out and I bet (hope) someone else here has experience with this. I am trying to run qsiprep-docker on an AWS instance. I did the following:

  • Start an AWS EC2 instance and login using instance connect (so easy!)
  • Update apt packages, use apt to install docker (apt install docker.io)
  • Install miniconda to the user.
  • Create new conda environment and activate it.
  • pip install qsiprep-container

Now, the problem is that the user account can't run docker because it doesn't have the permissions, but sudo can't see the qsiprep-docker CLI, because it was installed into the user account. I tried setting up a miniconda at the root level, but that only led to other issues, and now I am 🤔 whether this is even possible, or I am just going about this all wrong. Does anyone have any thoughts on this?

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