master
Kar 2025-06-15 23:09:55 +05:30
parent 5c5d1ada9a
commit 691507844b
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ RUN pip3 install flask flask-cors
COPY app.py .
# Verify files exist
RUN ls -lh main models/ggml-tiny.en.bin
#RUN ls -lh main models/ggml-tiny.en.bin
EXPOSE 5000
EXPOSE 4002
CMD ["python3", "app.py"]