Spaces:
Running
on
T4
Running
on
T4
Sean Carnahan
commited on
Commit
·
16f3c4e
1
Parent(s):
b39cc0b
Add debug listing to Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -15,6 +15,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
15 |
# Copy all necessary application files and folders from HFup/ to /app in the container
|
16 |
# These paths are relative to the Dockerfile's location (i.e., inside HFup/)
|
17 |
COPY app.py .
|
|
|
18 |
COPY bodybuilding_pose_analyzer bodybuilding_pose_analyzer
|
19 |
COPY external external
|
20 |
COPY yolov7 yolov7
|
|
|
15 |
# Copy all necessary application files and folders from HFup/ to /app in the container
|
16 |
# These paths are relative to the Dockerfile's location (i.e., inside HFup/)
|
17 |
COPY app.py .
|
18 |
+
RUN ls -la # Debug: List files in the build context root
|
19 |
COPY bodybuilding_pose_analyzer bodybuilding_pose_analyzer
|
20 |
COPY external external
|
21 |
COPY yolov7 yolov7
|