We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671fc0b commit 9387b2aCopy full SHA for 9387b2a
k8/images/prophet/Dockerfile
@@ -13,14 +13,14 @@ RUN git clone \
13
.
14
15
RUN --mount=type=cache,target=/root/.cache/pip \
16
- cd python \
17
- pip install -r requirements.txt
+ pip install -r python/requirements.txt
18
19
20
pip install \
21
pytest \
22
numpy \
23
pandas \
+ convertdate \
24
pytest-custom_exit_code
25
26
k8/images/prophet/version
@@ -1 +1 @@
1
-1.3.3
+1.3.4
0 commit comments