v3
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user