From 40bd43ef6654b9399dc510b9ad26e0fc461c7432 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Thu, 26 Oct 2023 00:49:49 -0600 Subject: [PATCH] Update Dockerfile.cuda --- Dockerfile.cuda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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