Skip to content

Commit 923925e

Browse files
committed
devel
1 parent f896e86 commit 923925e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

label_studio_ml/examples/grounding_dino/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-runtime
1+
FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-devel
22
ARG DEBIAN_FRONTEND=noninteractive
33
ARG TEST_ENV
44

label_studio_ml/examples/grounding_sam/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-runtime
1+
FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-devel
22
ARG DEBIAN_FRONTEND=noninteractive
33
ARG TEST_ENV
44

@@ -24,6 +24,7 @@ ENV PYTHONUNBUFFERED=1 \
2424
CUDA_HOME=/usr/local/cuda \
2525
GROUNDINGDINO_REPO_PATH=/GroundingDINO
2626

27+
RUN conda install -c "nvidia/label/cuda-12.1.1" cuda -y
2728
ENV CUDA_HOME=/opt/conda \
2829
TORCH_CUDA_ARCH_LIST="6.0;6.1;7.0;7.5;8.0;8.6+PTX;8.9;9.0"
2930

0 commit comments

Comments
 (0)