Skip to content

Commit

Permalink
Revert to the cuda runtime version
Browse files Browse the repository at this point in the history
cublas and cudnn are the issue, not drivers or cuda...
  • Loading branch information
derneuere authored Dec 20, 2024
1 parent 09de22b commit 6a5c80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-gpu/base/Dockerfile
Original file line number Diff line number Diff line change
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 ubuntu:noble
FROM nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04
ARG TARGETPLATFORM
ENV DEBIAN_FRONTEND=noninteractive
WORKDIR /app
Expand Down

0 comments on commit 6a5c80c

Please sign in to comment.