You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run docker build -t luartos:1.0.0 ., it gets to Step 10 then complains:
Step 10/15 : RUN /usr/bin/python -m pip install --user -r ~/esp-idf/requirements.txt
---> Running in bb6e9b3f780e
Could not open requirements file: [Errno 2] No such file or directory: '/home/builder/esp-idf/requirements.txt'
The command '/bin/sh -c /usr/bin/python -m pip install --user -r ~/esp-idf/requirements.txt' returned a non-zero code: 1
What's going on?
The text was updated successfully, but these errors were encountered:
When I run
docker build -t luartos:1.0.0 .
, it gets to Step 10 then complains:What's going on?
The text was updated successfully, but these errors were encountered: