Sfoglia il codice sorgente

ci(searcher): make dockerfile more cache efficient

iwanhae 1 anno fa
parent
commit
6590a853dd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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