Spaces:
Sleeping
Sleeping
Satyam S commited on
Commit ·
f02f28b
1
Parent(s): 2da9269
Update Dockerfile demo-image URL to the renamed GitHub repo
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,7 +27,7 @@ RUN python download_models.py
|
|
| 27 |
|
| 28 |
# Download demo classroom image from GitHub
|
| 29 |
RUN curl -fL -o /app/activity_web/backend/static/demo_classroom.jpg \
|
| 30 |
-
"https://raw.githubusercontent.com/PixxySynchronous/
|
| 31 |
|
| 32 |
RUN mkdir -p /app/runtime/uploads /app/runtime/outputs /app/runtime/attendance
|
| 33 |
|
|
|
|
| 27 |
|
| 28 |
# Download demo classroom image from GitHub
|
| 29 |
RUN curl -fL -o /app/activity_web/backend/static/demo_classroom.jpg \
|
| 30 |
+
"https://raw.githubusercontent.com/PixxySynchronous/Face-Recognition-Attendance-Classroom-Monitoring-System/main/activity_web/backend/static/demo_classroom.jpg"
|
| 31 |
|
| 32 |
RUN mkdir -p /app/runtime/uploads /app/runtime/outputs /app/runtime/attendance
|
| 33 |
|