Spaces:
Runtime error
Runtime error
File size: 228 Bytes
9905320 |
1 2 3 4 5 6 7 8 9 10 |
version: '3.8'
services:
app:
image: your_image_name # Replace with your actual image name
environment:
- HUGGING_FACE_TOKEN=${HUGGING_FACE_TOKEN}
ports:
- "5000:5000" # Adjust the port if necessary
|