samyak152002's picture
Create Dockerfile
34a6533 verified
raw
history blame contribute delete
193 Bytes
# Use the pre-built image from Hugging Face Docker registry
FROM registry.hf.space/qtpi-figureandtableanalyserwithoutllm:cpu-5e6493e
# Set the command to run your app
CMD ["python", "app.py"]