From c62156a4c3972f9356f76fb38d160e410544a4dd Mon Sep 17 00:00:00 2001 From: allenmylath Date: Mon, 14 Oct 2024 12:00:29 +0530 Subject: [PATCH] Update Dockerfile assets and utils files not found hence removed --- examples/chatbot-audio-recording/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/chatbot-audio-recording/Dockerfile b/examples/chatbot-audio-recording/Dockerfile index 704080eec..419adca34 100644 --- a/examples/chatbot-audio-recording/Dockerfile +++ b/examples/chatbot-audio-recording/Dockerfile @@ -5,12 +5,11 @@ RUN mkdir /app/assets RUN mkdir /app/utils COPY *.py /app/ COPY requirements.txt /app/ -copy assets/* /app/assets/ -copy utils/* /app/utils/ + WORKDIR /app RUN pip3 install -r requirements.txt EXPOSE 7860 -CMD ["python3", "server.py"] \ No newline at end of file +CMD ["python3", "server.py"]