init
This commit is contained in:
6
env/Dockerfile
vendored
Normal file
6
env/Dockerfile
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
FROM python:3.10-slim
|
||||
|
||||
WORKDIR /prefect
|
||||
|
||||
RUN pip install s3fs
|
||||
RUN pip install prefect==2.8.7
|
Reference in New Issue
Block a user