diff --git a/Dockerfile b/Dockerfile index 5ccb9ba3aab0..912da0c37104 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,6 +69,6 @@ RUN npm install -g prettier && \ playwright install COPY . . WORKDIR /agixt -RUN python /agixt/Transcription.py +# RUN python /agixt/Transcription.py EXPOSE 7437 ENTRYPOINT ["python3", "DB.py"] \ No newline at end of file