Skip to content

Commit

Permalink
Use cuda-runtime base instead of cuda-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed Oct 26, 2023
1 parent 28bff5f commit 57a7515
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions images/api-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@

# FROM pytorch/pytorch:2.1.0-cuda12.1-cudnn8-runtime

FROM nvidia/cuda:12.2.2-devel-ubuntu22.04
FROM nvidia/cuda:12.2.2-runtime-ubuntu22.04
RUN apt-get update && \
apt-get install -y python3-pip python3-dev && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 57a7515

Please sign in to comment.