qdurllm-demo / Dockerfile
as-cle-bert's picture
Create Dockerfile
91352af verified
raw
history blame
96 Bytes
FROM astrabert/qdurllm-demo:latest
EXPOSE 7860
ENTRYPOINT [ "python3", "/app/scripts/app.py" ]