From e194cd01e254854c85e47a69307b2fd36919a918 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sun, 28 Jan 2024 14:04:23 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bce44d6..086afb3 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04 +VOLUME /subgen WORKDIR /subgen RUN apt-get update && apt-get -y install python3 python3-pip ffmpeg