FROM python:3.11-slim COPY . /my_app WORKDIR /my_app RUN pip install tqdm ENTRYPOINT [ "python", "main.py" ]