Closed stoicio closed 6 years ago
I put your question in the Forum in case someone has the same problem. https://discussions.udacity.com/t/error-building-image-using-the-dockerfile-gpu/610580
I also was getting the same problem. What I did was to modify the Dockerfile.gpu to download the latest version of Miniconda.
Sounds like @citlaligm solved this - thanks Graciela!
I faced the same issue, I think the reason is conda outage. Add RUN conda update -n base conda -y in the Dockerfile.cpu / Dockerfile.gpu As shown in the following here: Tsuihao@0687915
And it works!
I had clone this repo locally and i am trying to build the Docker image using the
Dockerfile.gpu
file.With the command
docker build -f Dockerfile.gpu -t carnd:gpu .
the build process fails with the following errorAny idea on how I can fix this ?