Spaces:
Running
Running
Deepak Roshan commited on
Commit Β·
fd63fa2
1
Parent(s): 4090dee
fix: remove start_detection.py from dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -43,7 +43,6 @@ COPY translation.py .
|
|
| 43 |
COPY unified_launcher.py .
|
| 44 |
COPY model.h5 .
|
| 45 |
COPY templates/ templates/
|
| 46 |
-
COPY start_detection.py .
|
| 47 |
COPY start_gesture.py .
|
| 48 |
# ββ Configs βββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 49 |
COPY nginx.conf /etc/nginx/nginx.conf
|
|
|
|
| 43 |
COPY unified_launcher.py .
|
| 44 |
COPY model.h5 .
|
| 45 |
COPY templates/ templates/
|
|
|
|
| 46 |
COPY start_gesture.py .
|
| 47 |
# ββ Configs βββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 48 |
COPY nginx.conf /etc/nginx/nginx.conf
|