Next core Coqui STT docker image will have notebooks dir
This commit is contained in:
parent
7d40d5d686
commit
3119911657
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue