6 lines
92 B
Docker
6 lines
92 B
Docker
FROM python:3.10-slim
|
|
|
|
WORKDIR /prefect
|
|
|
|
RUN pip install s3fs
|
|
RUN pip install prefect==2.8.7 |