We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce20c0 commit 3a460abCopy full SHA for 3a460ab
Dockerfile
@@ -7,7 +7,8 @@ RUN pip install numpy cython
7
# install PyProphet and dependencies
8
ADD . /pyprophet
9
WORKDIR /pyprophet
10
-RUN python setup.py install
+# RUN python setup.py install
11
+RUN pip install .
12
WORKDIR /
13
RUN rm -rf /pyprophet
14
0 commit comments