diff --git a/Dockerfile.cuda b/Dockerfile.cuda index bcfeb1b..2198c81 100644 --- a/Dockerfile.cuda +++ b/Dockerfile.cuda @@ -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