Skip to content

Commit 3a460ab

Browse files
committed
fix: Dockerfile
1 parent 2ce20c0 commit 3a460ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN pip install numpy cython
77
# install PyProphet and dependencies
88
ADD . /pyprophet
99
WORKDIR /pyprophet
10-
RUN python setup.py install
10+
# RUN python setup.py install
11+
RUN pip install .
1112
WORKDIR /
1213
RUN rm -rf /pyprophet
1314

0 commit comments

Comments
 (0)