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 | |
---|---|---|---|---|
Fix python path in DockerImage | 0 | 1474 | December 24, 2018 | |
Some help getting started | 0 | 525 | June 16, 2017 | |
ADD in Docker file seems to not copy the file in the right directory on the image | 1 | 1431 | October 31, 2021 | |
Cant create Docker imgae | 1 | 533 | April 21, 2019 | |
Docker error of overlay on DevOps used to work earlier | 3 | 1759 | September 12, 2023 |