Browse Source

ci(searcher): make dockerfile more cache efficient

iwanhae 1 year ago
parent
commit
6590a853dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searcher/Dockerfile

+ 1 - 1
searcher/Dockerfile

@@ -10,7 +10,7 @@ WORKDIR /usr/src/kuberian
 ENV HF_HOME=/model
 COPY Cargo.toml .
 COPY ci src/
-RUN cargo build -r
+RUN cargo build -r -F mkl
 RUN rm -rf src
 COPY . .
 RUN cargo install --path . -F mkl