feat: Update dockerfile

This commit is contained in:
kiennt
2025-08-18 08:06:51 +00:00
parent e09128f94c
commit 83c93e85ac
2 changed files with 17 additions and 24 deletions

View File

@@ -38,7 +38,7 @@ def install_torch():
# Call the function to ensure torch is installed
# install_torch()
sys.path.insert(
0, "/home/nguyendc/cuong-dev/GroundingDINO/.venv/lib/python3.13/site-packages"
0, f"{__file__}/.venv/lib/python3.13/site-packages"
)
import torch