File size: 523 Bytes
5fc7bc2
 
 
 
 
 
 
 
 
 
69db56c
 
e8e387d
 
 
 
69db56c
 
 
 
 
 
6898730
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: The Last Message
emoji: 📱
colorFrom: gray
colorTo: red
sdk: docker
app_file: Dockerfile
pinned: true
---

# 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