Skip to content

Commit 77c9a35

Browse files
committed
add python -m
1 parent 4a3afae commit 77c9a35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

k8/images/prophet/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ RUN cd python \
2626
python -c "from fbprophet import Prophet"
2727

2828
ENV PYTHON_RECORD_API_FROM_MODULES=fbprophet
29-
CMD [ "pytest", "fbprophet", "--verbose", "--suppress-tests-failed-exit-code"]
29+
CMD [ "python", "-m", "pytest", "fbprophet", "--verbose", "--suppress-tests-failed-exit-code"]

k8/images/prophet/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1
1+
1.2

0 commit comments

Comments
 (0)