master
parent
5c5d1ada9a
commit
691507844b
|
@ -56,8 +56,8 @@ RUN pip3 install flask flask-cors
|
||||||
COPY app.py .
|
COPY app.py .
|
||||||
|
|
||||||
# Verify files exist
|
# 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"]
|
CMD ["python3", "app.py"]
|
||||||
|
|
Loading…
Reference in New Issue