File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
components/alibi-detect-server Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ RUN microdnf update -y && \
2323 gcc-c++
2424
2525# Install Rclone Binary to be present in the image
26- RUN wget https://downloads.rclone.org/v1.71.2 /rclone-v1.71.2 -linux-amd64.zip && \
27- unzip rclone-v1.71.2 -linux-amd64.zip && \
28- mv rclone-v1.71.2 -linux-amd64/rclone /usr/bin/rclone && \
29- rm -rf rclone-v1.71.2 -linux-amd64.zip rclone-v1.71.2 -linux-amd64
26+ RUN wget https://downloads.rclone.org/v1.72.0 /rclone-v1.72.0 -linux-amd64.zip && \
27+ unzip rclone-v1.72.0 -linux-amd64.zip && \
28+ mv rclone-v1.72.0 -linux-amd64/rclone /usr/bin/rclone && \
29+ rm -rf rclone-v1.72.0 -linux-amd64.zip rclone-v1.72.0 -linux-amd64
3030
3131# Make home dir
3232RUN mkdir microservice
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dev_install: get_local_repo
2424
2525.PHONY : type_check
2626type_check :
27- mypy --ignore-missing-imports adserver
27+ poetry run mypy --ignore-missing-imports adserver
2828
2929.PHONY : test
3030test : type_check
You can’t perform that action at this time.
0 commit comments