From df824e3f799f1481547684949c9f7f9bc3fe5041 Mon Sep 17 00:00:00 2001 From: Josh XT Date: Sun, 5 Jan 2025 18:13:21 -0500 Subject: [PATCH] move layer --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 25de8cd22d52..098b1e41af3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,9 +67,9 @@ RUN pip install spacy==3.7.5 && \ RUN npm install -g prettier && \ playwright install-deps && \ playwright install - +COPY Transcription.py /agixt/Transcription.py +RUN python /agixt/Transcription.py COPY . . WORKDIR /agixt -RUN python /agixt/Transcription.py EXPOSE 7437 ENTRYPOINT ["python3", "DB.py"] \ No newline at end of file