I am new to docker and I have ran into a few problems. What I am trying to do is create a docker image with python, OPenCV and pytesseract as dependencies and I have already created my dockerfile but when I go to create my base image it says cant stat into path overlay2. I am also using pip3 to install the programs within my dockerfile “RUN pip3 install -y python” for example, could that also be the problem? Any suggestions would help greatly on how to complete this task.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Newbie help: Create a single dockerfile for Python app that runs on all (supported) OS's? | 0 | 896 | March 20, 2018 | |
Fix python path in DockerImage | 0 | 1558 | December 24, 2018 | |
Using opencv and python only successful when called from Command Line in container | 0 | 557 | September 25, 2020 | |
Some help getting started | 0 | 531 | June 16, 2017 | |
ADD in Docker file seems to not copy the file in the right directory on the image | 1 | 1516 | October 31, 2021 |