lsa-pucrs / acerta-abide

Deep learning using the ABIDE data
GNU General Public License v2.0
45 stars 25 forks source link

Instruction in README fails to execute in any path #2

Closed meneguzzi closed 4 years ago

meneguzzi commented 7 years ago

The instruction to run

nvidia-docker run -it --rm -v $(realpath .):/opt/acerta-abide acerta-abide /bin/bash

Fails to run in LSA (and so, this may not be completely generic)

The following error message comes to me (when in the acerta-abide git clone folder)

meneguzzi@lsa:~/code/acerta-abide$ nvidia-docker run -it --rm -v $(realpath .):/opt/acerta-abide acerta-abide /bin/bash
Using default tag: latest
nvidia-docker | 2017/03/29 22:00:45 Error: Error response from daemon: repository acerta-abide not found: does not exist or no pull access
anibalsolon commented 7 years ago

Looks like you dont build the Docker image: docker build -t acerta-abide . Or the build was unsuccessful.

meneguzzi commented 7 years ago

Nope, it did work to build. I thought it was some weird thing with Git I think, but I'm at a loss at what could that possibly be.

anibalsolon commented 7 years ago

I just run docker build -t acerta-abide . and nvidia-docker run -it --rm -v $(realpath .):/opt/acerta-abide acerta-abide /bin/bash in a clean version of this repo and it works as expected at LSA server. If you see now on docker images, it lists the image acerta-abide:latest