Skip to content

Commit

Permalink
fix missing rclone in adserver (SeldonIO#3796)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski authored Dec 8, 2021
1 parent 0fd9149 commit 2794255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/alibi-detect-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ RUN yum remove -y nodejs httpd

COPY --from=builder /microservice /microservice
COPY --from=builder /opt/conda /opt/conda
COPY --from=builder /usr/bin/rclone /usr/bin/rclone
COPY --from=builder /licenses /licenses

ENTRYPOINT ["python", "-m", "adserver"]

0 comments on commit 2794255

Please sign in to comment.