Raffaele Scarano
Results
1
comments of
Raffaele Scarano
Yes, sure @jakekaplan This is my dockerfile: ``` FROM prefecthq/prefect:2-python3.10-conda COPY environment.yml . COPY pyproject.toml . COPY poetry.lock . COPY setup.cfg . COPY setup.py . COPY my_code . RUN apt-get...