Skip to content

Commit f2d0245

Browse files
committed
Install requirements.txt in Dockerfile
1 parent 7461825 commit f2d0245

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
ARG PREFECT_VERSION=2.20.7
1+
ARG PREFECT_VERSION=2.20.8
22
ARG PYTHON_VERSION=3.12
33

44
FROM prefecthq/prefect:$PREFECT_VERSION-python$PYTHON_VERSION-kubernetes
55

6-
RUN pip install omnipy_examples
7-
# RUN pip uninstall omnipy_examples -y
6+
RUN pip install -r https://raw.githubusercontent.com/fairtracks/omnipy_examples/master/requirements.txt
87
RUN set -eux; \
98
apt-get update; \
109
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)