Hi All,

Can you please help.

I tried to build Lean from docker without success.

I managed to build Lean:foundation but when I try to build Lean:Algorithm I'm getting error below:

 

(base) d@dpc:~/Lean$ docker build -t quantconnect/lean:algorithm -f Dockerfile .
Sending build context to Docker daemon    564MB
Step 1/5 : FROM quantconnect/lean:foundation
 ---> 7f631430dc6a
Step 2/5 : MAINTAINER QuantConnect <contact@quantconnect.com>
 ---> Using cache
 ---> a511adb4a824
Step 3/5 : COPY ./Launcher/bin/Release /root/Lean/Launcher/bin/Release
COPY failed: stat /var/lib/docker/tmp/docker-builder415840919/Launcher/bin/Release: no such file or directory

 

Author