From 31199116574298a5ba5ba4afff4402785c6cf72d Mon Sep 17 00:00:00 2001 From: Josh Meyer Date: Fri, 23 Jul 2021 12:17:55 -0400 Subject: [PATCH] Next core Coqui STT docker image will have notebooks dir --- Dockerfile.train.jupyter | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.train.jupyter b/Dockerfile.train.jupyter index a92b44ca..5fa680ec 100644 --- a/Dockerfile.train.jupyter +++ b/Dockerfile.train.jupyter @@ -2,7 +2,6 @@ FROM ghcr.io/coqui-ai/stt-train:latest -COPY notebooks /code/notebooks WORKDIR /code/notebooks RUN python3 -m pip install --no-cache-dir jupyter jupyter_http_over_ws