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?
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:
apt install docker.io)pip install qsiprep-containerNow, 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?