Update Dockerfile.cuda

This commit is contained in:
McCloudS
2023-10-26 00:49:49 -06:00
committed by GitHub
parent 675d9bc18a
commit 40bd43ef66

View File

@@ -2,7 +2,7 @@ FROM nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04
WORKDIR /subgen
RUN apt-get update && apt-get -y install python3 python3-pip ffmpeg
RUN apt-get update && apt-get -y install python3 python3-pip ffmpeg curl
ENV PYTHONUNBUFFERED 1