Aadil Garg
08/07/2024, 6:33 AMsudo docker run -d --gpus all -p 8108:8108 \
-v "$(pwd)"/typesense-data:/data:z \
-e CUDA_HOME=/usr/local/cuda \
-e LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/cuda/lib64 \
-e PATH=/usr/local/cuda/bin${PATH:+:${PATH}} \
-e TYPESENSE_API_KEY=$TYPESENSE_API_KEY \
typesense/typesense:26.0 \
--data-dir /data \
--api-key=$TYPESENSE_API_KEY \
--enable-cors
But ONNX is still off