Skip to content

Commit

Permalink
Use cudnn8 instead of cudnn9 with nvidia cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere authored Dec 22, 2024
1 parent 4411d59 commit 2a61210
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
@@ -1,5 +1,5 @@
# Stage 1: Build Stage
FROM pytorch/pytorch:2.5.1-cuda11.8-cudnn9-devel AS builder
FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04 AS builder
ARG TARGETPLATFORM
ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 2a61210

Please sign in to comment.