nice-judge-43061
09/08/2022, 1:23 PMglamorous-carpet-83516
09/08/2022, 2:06 PMnice-judge-43061
09/08/2022, 2:24 PMglamorous-carpet-83516
09/08/2022, 3:09 PMFROM python:latest
WORKDIR /root
ENV PYTHONPATH /root
ADD requirements.txt .
RUN pip install -r requirements.txt
ENV n=5
glamorous-carpet-83516
09/08/2022, 3:11 PMfibonacci_example.py
when you running pyflyte run …
glamorous-carpet-83516
09/08/2022, 3:15 PMpyflyte-fast-execute …
2. pyflyte will download the fibonacci_example.py to local disk first, and then run your script fibonacci_example