We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785dc6a commit 7d2bbe6Copy full SHA for 7d2bbe6
Dockerfile
@@ -26,4 +26,4 @@ WORKDIR /root/duckml
26
COPY . .
27
28
RUN make clean
29
-RUN export ONNX_INSTALL_PREFIX="/root/onnxruntime" && export UTF8PROC_INCLUDE_DIRS="/root/utf8proc" && make debug GEN=ninja DISABLE_SANITIZER=1 ENABLE_PREDICT=1 USE_TORCH=0
+RUN export ONNX_INSTALL_PREFIX="/root/onnxruntime" && export UTF8PROC_INSTALL_PREFIX="/root/utf8proc" && make debug GEN=ninja -j 8 DISABLE_SANITIZER=1 ENABLE_PREDICT=1 PREDICTOR_IMPL=onnx
0 commit comments