Discussion about this post

User's avatar
charith nuwan bimsara's avatar

I'm facing an issue when running docker compose up -d. While building the Airflow container, I get the following error. I have tried different ways to solve it but haven’t succeeded. If anyone has faced the same issue and knows the solution, please reply. Dockerfile:10

--------------------

9 | # Install system dependencies

10 | >>> RUN apt-get update && \

11 | >>> apt-get install -y --no-install-recommends \

12 | >>> build-essential \

13 | >>> curl \

14 | >>> git \

15 | >>> libpq-dev \

16 | >>> poppler-utils \

17 | >>> tesseract-ocr \

18 | >>> && rm -rf /var/lib/apt/lists/*

19 |

--------------------

failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends build-essential curl git libpq-dev poppler-utils tesseract-ocr && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100

Expand full comment
Spin Moon's avatar

Thank you. This seems like a great project to learn from. Unfortunately, I don't feel that I have the necessary skills to start with this project or join the paid webinars yet. I only know Python out of all the tools you mentioned, and familiar with Docker, but have no production experience.

1. Do you have any plans to make a video course for these projects? I'm willing to pay for it and learn.

2. Or, do you think that joining your weekend webinars would be sufficient to learn the necessary skills on the go?

3. If not, do you recommend any structured courses to learn these tools and make myself ready to get started with this project?

I'm curious to hear your thoughts.

Thank you both for sharing your work and progress :)

Expand full comment
14 more comments...

No posts