rapidsai / docker

Dockerfile templates for creating RAPIDS Docker Images
Apache License 2.0
67 stars 50 forks source link

[BUG] Can't install dmriprep #318

Closed Meryam1985 closed 3 years ago

Meryam1985 commented 3 years ago

Describe the bug Hello I have a problem installing dmriprep: when i type the make docker command, the terminal loops infinitely, displaying this message.

Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies. Conda may not use the correct pip to install your packages, and they may end up in the wrong place. Please add an explicit pip dependency. I'm adding one for you, but still nagging you.

ajschmidt8 commented 3 years ago

@Meryam1985, can you elaborate on this? Which Docker image are you using? What is the exact command that you're running?

Meryam1985 commented 3 years ago

Hello thanks for your cooperation ... this problem is solved when i used these instructions

From sources The sources for dmriprep can be downloaded from the Github repo. You can either clone the public repository:

$ git clone git://github.com/nipy/dmriprep $ python setup.py install

cordially