We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f896e86 commit 923925eCopy full SHA for 923925e
label_studio_ml/examples/grounding_dino/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-runtime
+FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-devel
2
ARG DEBIAN_FRONTEND=noninteractive
3
ARG TEST_ENV
4
label_studio_ml/examples/grounding_sam/Dockerfile
@@ -24,6 +24,7 @@ ENV PYTHONUNBUFFERED=1 \
24
CUDA_HOME=/usr/local/cuda \
25
GROUNDINGDINO_REPO_PATH=/GroundingDINO
26
27
+RUN conda install -c "nvidia/label/cuda-12.1.1" cuda -y
28
ENV CUDA_HOME=/opt/conda \
29
TORCH_CUDA_ARCH_LIST="6.0;6.1;7.0;7.5;8.0;8.6+PTX;8.9;9.0"
30
0 commit comments