Skip to content

Commit

Permalink
devel
Browse files Browse the repository at this point in the history
  • Loading branch information
makseq committed Dec 28, 2024
1 parent f896e86 commit 923925e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion label_studio_ml/examples/grounding_dino/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-runtime
FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-devel
ARG DEBIAN_FRONTEND=noninteractive
ARG TEST_ENV

Expand Down
3 changes: 2 additions & 1 deletion label_studio_ml/examples/grounding_sam/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-runtime
FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-devel
ARG DEBIAN_FRONTEND=noninteractive
ARG TEST_ENV

Expand All @@ -24,6 +24,7 @@ ENV PYTHONUNBUFFERED=1 \
CUDA_HOME=/usr/local/cuda \
GROUNDINGDINO_REPO_PATH=/GroundingDINO

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

Expand Down

0 comments on commit 923925e

Please sign in to comment.