master
Kar 2025-06-15 23:11:48 +05:30
parent 691507844b
commit f3b41be55b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ RUN pip3 install flask flask-cors
COPY app.py .
# Verify files exist
#RUN ls -lh main models/ggml-tiny.en.bin
#RUN ls -lh models/ggml-tiny.en.bin
EXPOSE 4002