Skip to content

Commit

Permalink
Also needs cudnn
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere authored Dec 9, 2024
1 parent 5401f62 commit eb61f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend-gpu/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build Stage
FROM nvidia/cuda:12.6.2-cudnn-devel-ubuntu24.04 AS builder
FROM nvidia/cuda:12.6.3-cudnn-devel-ubuntu24.04 AS builder
ARG TARGETPLATFORM
ENV DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -98,7 +98,7 @@ RUN git clone --depth 1 --branch 'master' https://github.com/davisking/dlib.git
RUN ls -l /usr/local/lib/python3.12/dist-packages

# Stage 2: Deployment Stage
FROM nvidia/cuda:12.6.0-runtime-ubuntu24.04
FROM nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04
ARG TARGETPLATFORM
ENV DEBIAN_FRONTEND=noninteractive
WORKDIR /app
Expand Down

0 comments on commit eb61f65

Please sign in to comment.