Closed AndreaIncertiDelmonte closed 7 years ago
I have the same problem ..
@AndreaIncertiDelmonte what was the initial command you ran?
Hi Dom!
I ran docker build -f Dockerfile.cpu -t myuser/myimage:cpu .
.
The basic docker command to build images.
Thanks Andrea
I'm able to reproduce it. Seems to be an issue with creating an environment during a Docker build with conda 4.3.0. https://github.com/conda/conda/issues/4309. I'll see about reverting back to 4.2.x.
@AndreaIncertiDelmonte I updated the file, works on my end now.
Thank you very much ! It works for me !
Hi @domluna, your fix works also for me :) Tnks Andrea
Hi, I'm trying to build the Dockerfile.cpu on my laptop with Ubuntu 14.04 and I get the following error:
CondaError: OSError(18, 'Invalid cross-device link')
on the commandRUN conda env create -f=environment.yml --name carnd-term1
.My
docker version
: Client: Version: 1.12.6 API version: 1.24 Go version: go1.6.4 Git commit: 78d1802 Built: Tue Jan 10 20:26:30 2017 OS/Arch: linux/amd64Server: Version: 1.12.6 API version: 1.24 Go version: go1.6.4 Git commit: 78d1802 Built: Tue Jan 10 20:26:30 2017 OS/Arch: linux/amd64