Spaces:
Runtime error
Runtime error
| FROM mdciri/bone-fracture-detection:latest | |
| # Expose the port your container uses (8501) | |
| EXPOSE 8501 | |
| # Tell Spaces to use port 7860 by setting the PORT environment variable. | |
| ENV PORT=7860 | |
| # If your container’s startup command is already defined in the image, | |
| # no CMD is needed. Otherwise, add it here. | |
| # For example: | |
| # CMD ["python", "app/webapp.py"] | |