Spaces:
Sleeping
Sleeping
File size: 193 Bytes
34a6533 |
1 2 3 4 5 6 |
# 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"]
|