Skip to content

Commit d0287d8

Browse files
committed
Uninstalled omnipy in Dockerfile (to allow branch-based updates)
1 parent 822aecd commit d0287d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ARG _PYTHON_VERSION=3.12
44
FROM prefecthq/prefect:$_PREFECT_VERSION-python$_PYTHON_VERSION-kubernetes
55

66
RUN pip install -r https://raw.githubusercontent.com/fairtracks/omnipy_examples/master/requirements.txt
7+
RUN pip uninstall -y omnipy
78
RUN set -eux; \
89
apt-get update; \
910
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)