Skip to content

Commit

Permalink
Use pytorch image instead
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere authored Dec 22, 2024
1 parent 2a61210 commit 38ff68c
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:11.8.0-cudnn8-devel-ubuntu22.04 AS builder
FROM pytorch/pytorch:2.3.1-cuda11.8-cudnn8-devel AS builder
ARG TARGETPLATFORM
ENV DEBIAN_FRONTEND=noninteractive

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

# Stage 2: Deployment Stage
FROM pytorch/pytorch:2.5.1-cuda11.8-cudnn9-runtime
FROM pytorch/pytorch:2.3.1-cuda11.8-cudnn8-runtime
ARG TARGETPLATFORM
ENV DEBIAN_FRONTEND=noninteractive
WORKDIR /app
Expand Down

0 comments on commit 38ff68c

Please sign in to comment.