diff --git a/asset/lib/libgomp-d22c30c5.so.1 b/asset/lib/libgomp-d22c30c5.so.1 new file mode 100755 index 00000000..1f3c514d Binary files /dev/null and b/asset/lib/libgomp-d22c30c5.so.1 differ diff --git a/docker-compose-dev.yml b/docker-compose-dev.yml index a4498cf9..b0a7e17b 100644 --- a/docker-compose-dev.yml +++ b/docker-compose-dev.yml @@ -387,12 +387,14 @@ services: restart: unless-stopped environment: NVIDIA_VISIBLE_DEVICES: 0 + LD_PRELOAD: /opt/tritonserver/lib/libgomp-d22c30c5.so.1 command: tritonserver --model-store=/model-repository --model-control-mode=explicit --allow-http=true --strict-model-config=false --log-verbose=1 ports: - ${TRITON_SERVER_PORT}:8001 volumes: - model_repository:/model-repository - conda_pack:/conda-pack + - ./asset/lib/libgomp-d22c30c5.so.1:/opt/tritonserver/lib/libgomp-d22c30c5.so.1 healthcheck: test: ["CMD-SHELL", "curl localhost:8000/v2/health/ready"] timeout: 20s