Skip to content

Commit d8a37c6

Browse files
committed
install numpy
1 parent 2f2eb31 commit d8a37c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

k8/images/prophet/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
1919
RUN --mount=type=cache,target=/root/.cache/pip \
2020
pip install \
2121
pytest \
22+
numpy \
2223
pytest-custom_exit_code
2324

2425
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.1
1+
1.3.2

0 commit comments

Comments
 (0)