Update Dockerfile

This commit is contained in:
McCloudS
2025-03-28 03:04:45 -06:00
committed by GitHub
parent ec2b636ee0
commit 49d85bf939

View File

@@ -3,6 +3,8 @@ FROM nvidia/cuda:12.3.2-cudnn9-runtime-ubuntu22.04 AS builder
WORKDIR /subgen WORKDIR /subgen
ARG DEBIAN_FRONTEND=noninteractive
# Install system dependencies # Install system dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
python3 \ python3 \