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 822aecd commit d0287d8Copy full SHA for d0287d8
Dockerfile
@@ -4,6 +4,7 @@ ARG _PYTHON_VERSION=3.12
4
FROM prefecthq/prefect:$_PREFECT_VERSION-python$_PYTHON_VERSION-kubernetes
5
6
RUN pip install -r https://raw.githubusercontent.com/fairtracks/omnipy_examples/master/requirements.txt
7
+RUN pip uninstall -y omnipy
8
RUN set -eux; \
9
apt-get update; \
10
apt-get install -y --no-install-recommends \
0 commit comments