We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7461825 commit f2d0245Copy full SHA for f2d0245
Dockerfile
@@ -1,10 +1,9 @@
1
-ARG PREFECT_VERSION=2.20.7
+ARG PREFECT_VERSION=2.20.8
2
ARG PYTHON_VERSION=3.12
3
4
FROM prefecthq/prefect:$PREFECT_VERSION-python$PYTHON_VERSION-kubernetes
5
6
-RUN pip install omnipy_examples
7
-# RUN pip uninstall omnipy_examples -y
+RUN pip install -r https://raw.githubusercontent.com/fairtracks/omnipy_examples/master/requirements.txt
8
RUN set -eux; \
9
apt-get update; \
10
apt-get install -y --no-install-recommends \
0 commit comments