fix docs warning (#7419)

This commit is contained in:
Ishaan Jaff 2024-12-25 16:42:14 -08:00 committed by GitHub
parent fbe7ba4ce6
commit 157810fcbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
FROM python:3.14.0a3-slim
COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt