Spaces:
Running
Running
prasanth.thangavel
commited on
Commit
·
8ee6409
1
Parent(s):
f90012e
Update readme
Browse files
README.md
CHANGED
@@ -10,3 +10,10 @@ short_description: My personal music player
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
+
# Todo
|
15 |
+
- [ ] Test docker locally for faster iterative testing
|
16 |
+
```
|
17 |
+
docker build -t musicplayer .
|
18 |
+
docker run -p 7860:7860 musicplayer
|
19 |
+
```
|