diff --git a/Dockerfile b/Dockerfile index bf8e7d0..f542baf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM python:3.13-bookworm COPY ./src /src -COPY ./requirements.txt /src RUN apt update RUN apt install pipx