Skip to content

Commit

Permalink
Merge pull request #45 from team-inu/development
Browse files Browse the repository at this point in the history
Copy python script into container
  • Loading branch information
XiaoXuxxxx committed May 6, 2024
2 parents 93254be + 78bdbfe commit d6e8bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ COPY --from=builder /app/requirements.txt .
RUN pip3 install $(grep -vE "scikit-learn|scipy" /app/requirements.txt) --break-system-packages

COPY --from=builder /app/inu-backyard /
COPY --from=builder /app/predict.py /app

EXPOSE 3001
CMD ["/inu-backyard"]

0 comments on commit d6e8bdc

Please sign in to comment.