diff --git a/Dockerfile b/Dockerfile index 2c144c25..4832310d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,10 +9,6 @@ COPY pyproject.toml ./ RUN pip install .[dev] RUN pip install .[tests] -# Ensure pyright builds correctly. -# If run in make validate, it is run in parallel, which breaks its installation. -RUN pyright . - # Install the entire app COPY . /app RUN pip install -e .