File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ COPY protos protos
1010# Install necessary tools for later steps
1111RUN apt-get update && apt-get -y install make git wget
1212
13+ # Install CI requirements (only needed for running tests)
14+ RUN pip install -r sdk/python/requirements-ci.txt
15+
1316# Install Python dependencies
1417RUN make compile-protos-python
1518
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ COPY Makefile Makefile
88COPY protos protos
99COPY tests tests
1010
11- # Install Python dependencies
12- RUN make compile-protos-python
13-
1411# Install CI requirements (only needed for running tests)
1512RUN pip install -r sdk/python/requirements-ci.txt
1613
14+ # Install Python dependencies
15+ RUN make compile-protos-python
16+
1717# Install Feast SDK
1818RUN git init .
1919COPY README.md README.md
You can’t perform that action at this time.
0 commit comments