lsa-pucrs / acerta-abide

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

"docker build -t acerta-abide"-Not working #7

Closed akshayvijayan closed 4 years ago

akshayvijayan commented 6 years ago

The following error occurs while running the docker build. The latest version of tensorflow-gpu is installed.

Sending build context to Docker daemon 1.349GB Step 1/5 : FROM gcr.io/tensorflow/tensorflow:latest-gpu manifest for gcr.io/tensorflow/tensorflow:latest-gpu not found

vmirly commented 5 years ago

I also have the same issue! There is no gcr.io folder in this repository. Are there some missing files?

ShekharDewan commented 5 years ago

I ran into this issue today, so it still seems to need addressing.

ShekharDewan commented 5 years ago

@meneguzzi Tagging you in case github is not notifying correctly.

meneguzzi commented 5 years ago

Hi, I did receive the notification, but at the moment I'm in a conference in Berkeley, so I apologise for not being able to respond in time. @anibalsolon has a lot more experience in docker than I do, if he can jump in, I'd appreciate it.

meneguzzi commented 4 years ago

@Siddharth-Shrivastava7 , did your pull request fix this?

Siddharth-Shrivastava7 commented 4 years ago

No, I haven't used the docker

anibalsolon commented 4 years ago

The used image has been updated- Tensorflow was removed from the Google Cloud Registry.

The build process works now.