Spaces:
Sleeping
Sleeping
File size: 403 Bytes
69db56c e8e387d 69db56c 6898730 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# team9
### git huggingface
git remote add huggingface-test https://huggingface.co/spaces/The-Last-Message/spaces-docker-backend-quarterback
### Docker
# Build the image
docker build -t p5js-game .
# Run the container
docker run -p 8000:8000 p5js-game
# Build the image
docker build -t elevenlabs-api .
# Run the container
docker run -p 7860:7860 -e ELEVENLABS_API_KEY=your_api_key elevenlabs-api |