Skip to content

Commit 9387b2a

Browse files
committed
install requirements from root
1 parent 671fc0b commit 9387b2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

k8/images/prophet/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ RUN git clone \
1313
.
1414

1515
RUN --mount=type=cache,target=/root/.cache/pip \
16-
cd python \
17-
pip install -r requirements.txt
16+
pip install -r python/requirements.txt
1817

1918
RUN --mount=type=cache,target=/root/.cache/pip \
2019
pip install \
2120
pytest \
2221
numpy \
2322
pandas \
23+
convertdate \
2424
pytest-custom_exit_code
2525

2626
RUN --mount=type=cache,target=/root/.cache/pip \

k8/images/prophet/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.3
1+
1.3.4

0 commit comments

Comments
 (0)