Bug fixes
Browse files
pig.txt
CHANGED
@@ -6,7 +6,7 @@ Building webapp
|
|
6 |
#1 DONE 0.0s
|
7 |
|
8 |
#2 [internal] load metadata for docker.io/library/python:3.9-slim
|
9 |
-
#2 DONE 0.
|
10 |
|
11 |
#3 [internal] load .dockerignore
|
12 |
#3 transferring context: 2B done
|
@@ -16,7 +16,7 @@ Building webapp
|
|
16 |
#4 DONE 0.0s
|
17 |
|
18 |
#5 [internal] load build context
|
19 |
-
#5 transferring context:
|
20 |
#5 DONE 0.0s
|
21 |
|
22 |
#6 [ 4/12] RUN pip install --no-cache-dir -r requirements.txt
|
@@ -28,14 +28,14 @@ Building webapp
|
|
28 |
#8 [ 3/12] COPY requirements.txt .
|
29 |
#8 CACHED
|
30 |
|
31 |
-
#9 [
|
32 |
#9 CACHED
|
33 |
|
34 |
-
#10 [
|
35 |
#10 CACHED
|
36 |
|
37 |
#11 [ 7/12] RUN mkdir -p data/videos data/annotations data/temp data/word_timestamps data/alignments data/transcripts
|
38 |
-
#11
|
39 |
|
40 |
#12 [ 8/12] COPY . .
|
41 |
#12 DONE 0.3s
|
@@ -50,82 +50,82 @@ Building webapp
|
|
50 |
#15 DONE 0.9s
|
51 |
|
52 |
#16 [12/12] RUN ls -la /app && ls -la /app/flask_app.py && which gunicorn && pip list
|
53 |
-
#16 0.
|
54 |
-
#16 0.
|
55 |
-
#16 0.
|
56 |
-
#16 0.
|
57 |
-
#16 0.
|
58 |
-
#16 0.
|
59 |
-
#16 0.
|
60 |
-
#16 0.
|
61 |
-
#16 0.
|
62 |
-
#16 0.
|
63 |
-
#16 0.
|
64 |
-
#16 0.
|
65 |
-
#16 0.
|
66 |
-
#16 0.
|
67 |
-
#16 0.
|
68 |
-
#16 0.
|
69 |
-
#16 0.
|
70 |
-
#16 0.
|
71 |
-
#16 0.
|
72 |
-
#16 0.
|
73 |
-
#16 0.
|
74 |
-
#16 0.
|
75 |
-
#16 0.
|
76 |
-
#16 0.
|
77 |
-
#16 0.
|
78 |
-
#16 0.
|
79 |
-
#16 0.
|
80 |
-
#16 0.
|
81 |
-
#16 0.
|
82 |
-
#16 0.
|
83 |
-
#16 0.
|
84 |
-
#16 0.
|
85 |
-
#16 0.
|
86 |
-
#16 0.
|
87 |
-
#16 0.
|
88 |
-
#16 0.
|
89 |
-
#16 0.
|
90 |
-
#16 0.
|
91 |
-
#16 0.
|
92 |
-
#16 0.
|
93 |
-
#16 0.
|
94 |
-
#16 0.
|
95 |
-
#16 0.
|
96 |
-
#16 0.
|
97 |
-
#16 0.
|
98 |
-
#16 0.
|
99 |
-
#16 0.
|
100 |
-
#16 0.
|
101 |
-
#16 0.
|
102 |
-
#16 0.
|
103 |
-
#16 0.
|
104 |
-
#16 0.
|
105 |
-
#16 0.
|
106 |
-
#16 0.
|
107 |
-
#16 0.
|
108 |
-
#16 0.
|
109 |
-
#16 0.
|
110 |
-
#16 0.
|
111 |
-
#16 0.
|
112 |
-
#16 0.
|
113 |
-
#16 0.
|
114 |
-
#16 0.
|
115 |
-
#16 0.
|
116 |
-
#16 0.
|
117 |
#16 DONE 0.8s
|
118 |
|
119 |
#17 exporting to image
|
120 |
#17 exporting layers
|
121 |
#17 exporting layers 0.6s done
|
122 |
-
#17 writing image sha256:
|
123 |
#17 naming to docker.io/library/vsl_boundary_annotation_and_alignment_tool_webapp done
|
124 |
#17 DONE 0.6s
|
125 |
|
126 |
[33m2 warnings found (use docker --debug to expand):
|
127 |
-
[0m - SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "
|
128 |
-
- SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "
|
129 |
Recreating 3aed3e7bb19b_vsl_boundary_annotation_and_alignment_tool_webapp_1 ...
|
130 |
|
131 |
ERROR: for 3aed3e7bb19b_vsl_boundary_annotation_and_alignment_tool_webapp_1 'ContainerConfig'
|
|
|
6 |
#1 DONE 0.0s
|
7 |
|
8 |
#2 [internal] load metadata for docker.io/library/python:3.9-slim
|
9 |
+
#2 DONE 0.3s
|
10 |
|
11 |
#3 [internal] load .dockerignore
|
12 |
#3 transferring context: 2B done
|
|
|
16 |
#4 DONE 0.0s
|
17 |
|
18 |
#5 [internal] load build context
|
19 |
+
#5 transferring context: 125.96kB 0.0s done
|
20 |
#5 DONE 0.0s
|
21 |
|
22 |
#6 [ 4/12] RUN pip install --no-cache-dir -r requirements.txt
|
|
|
28 |
#8 [ 3/12] COPY requirements.txt .
|
29 |
#8 CACHED
|
30 |
|
31 |
+
#9 [ 6/12] RUN mkdir -p /home/user && chown -R 1000:1000 /home/user
|
32 |
#9 CACHED
|
33 |
|
34 |
+
#10 [ 5/12] RUN apt-get update && apt-get install -y ffmpeg wget git && apt-get clean
|
35 |
#10 CACHED
|
36 |
|
37 |
#11 [ 7/12] RUN mkdir -p data/videos data/annotations data/temp data/word_timestamps data/alignments data/transcripts
|
38 |
+
#11 CACHED
|
39 |
|
40 |
#12 [ 8/12] COPY . .
|
41 |
#12 DONE 0.3s
|
|
|
50 |
#15 DONE 0.9s
|
51 |
|
52 |
#16 [12/12] RUN ls -la /app && ls -la /app/flask_app.py && which gunicorn && pip list
|
53 |
+
#16 0.184 total 152
|
54 |
+
#16 0.184 drwxr-xr-x 1 root root 4096 Feb 27 23:32 .
|
55 |
+
#16 0.184 drwxr-xr-x 1 root root 4096 Feb 27 23:32 ..
|
56 |
+
#16 0.184 -rwxr-xr-x 1 root root 202 Feb 27 23:31 .env
|
57 |
+
#16 0.184 drwxr-xr-x 1 root root 4096 Feb 27 23:32 .git
|
58 |
+
#16 0.184 -rwxr-xr-x 1 root root 1519 Feb 26 22:49 .gitattributes
|
59 |
+
#16 0.184 -rwxr-xr-x 1 root root 72 Feb 26 23:20 .gitignore
|
60 |
+
#16 0.184 -rwxr-xr-x 1 root root 403 Feb 27 23:14 .hf-space
|
61 |
+
#16 0.184 drwxr-xr-x 1 root root 4096 Feb 26 22:51 .space
|
62 |
+
#16 0.184 -rwxr-xr-x 1 root root 1257 Feb 27 23:31 Dockerfile
|
63 |
+
#16 0.184 -rwxr-xr-x 1 root root 804 Feb 26 22:54 README.md
|
64 |
+
#16 0.184 -rwxr-xr-x 1 root root 0 Feb 27 23:21 __init__.py
|
65 |
+
#16 0.184 -rwxr-xr-x 1 root root 904 Feb 26 22:50 check_large_files_linux.sh
|
66 |
+
#16 0.184 drwxrwxrwx 1 root root 4096 Feb 26 22:50 data
|
67 |
+
#16 0.184 -rwxr-xr-x 1 root root 571 Feb 27 23:31 docker-compose.yml
|
68 |
+
#16 0.184 -rwxr-xr-x 1 root root 312 Feb 27 23:22 entrypoint.sh
|
69 |
+
#16 0.184 -rwxr-xr-x 1 root root 10867 Feb 27 23:30 extract_signed_segments_from_annotations.py
|
70 |
+
#16 0.184 -rwxr-xr-x 1 root root 28768 Feb 27 23:30 flask_app.py
|
71 |
+
#16 0.184 -rwxr-xr-x 1 root root 6815 Feb 27 23:30 get_transcription_with_amazon.py
|
72 |
+
#16 0.184 -rwxr-xr-x 1 root root 258 Feb 27 23:32 pig.txt
|
73 |
+
#16 0.184 -rwxr-xr-x 1 root root 66 Feb 27 23:14 requirements.txt
|
74 |
+
#16 0.184 drwxr-xr-x 1 root root 4096 Feb 26 22:50 static
|
75 |
+
#16 0.184 drwxr-xr-x 1 root root 4096 Feb 27 23:32 templates
|
76 |
+
#16 0.184 -rwxr-xr-x 1 root root 5569 Feb 26 22:50 tree.txt
|
77 |
+
#16 0.186 -rwxr-xr-x 1 root root 28768 Feb 27 23:30 /app/flask_app.py
|
78 |
+
#16 0.186 /usr/local/bin/gunicorn
|
79 |
+
#16 0.517 WARNING: The directory '/home/user/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
|
80 |
+
#16 0.562 Package Version
|
81 |
+
#16 0.562 ------------------ -----------
|
82 |
+
#16 0.562 Authlib 1.5.0
|
83 |
+
#16 0.562 blinker 1.9.0
|
84 |
+
#16 0.563 boto3 1.37.2
|
85 |
+
#16 0.563 botocore 1.37.2
|
86 |
+
#16 0.563 certifi 2025.1.31
|
87 |
+
#16 0.563 cffi 1.17.1
|
88 |
+
#16 0.563 charset-normalizer 3.4.1
|
89 |
+
#16 0.563 click 8.1.8
|
90 |
+
#16 0.564 cryptography 44.0.1
|
91 |
+
#16 0.564 ffmpeg-python 0.2.0
|
92 |
+
#16 0.564 Flask 3.1.0
|
93 |
+
#16 0.564 future 1.0.0
|
94 |
+
#16 0.564 gunicorn 23.0.0
|
95 |
+
#16 0.564 idna 3.10
|
96 |
+
#16 0.564 importlib_metadata 8.6.1
|
97 |
+
#16 0.565 itsdangerous 2.2.0
|
98 |
+
#16 0.565 Jinja2 3.1.5
|
99 |
+
#16 0.565 jmespath 1.0.1
|
100 |
+
#16 0.565 MarkupSafe 3.0.2
|
101 |
+
#16 0.565 packaging 24.2
|
102 |
+
#16 0.565 pip 23.0.1
|
103 |
+
#16 0.566 pycparser 2.22
|
104 |
+
#16 0.566 python-dateutil 2.9.0.post0
|
105 |
+
#16 0.566 python-dotenv 1.0.1
|
106 |
+
#16 0.566 requests 2.32.3
|
107 |
+
#16 0.566 s3transfer 0.11.3
|
108 |
+
#16 0.566 setuptools 58.1.0
|
109 |
+
#16 0.567 six 1.17.0
|
110 |
+
#16 0.567 urllib3 1.26.20
|
111 |
+
#16 0.567 Werkzeug 3.1.3
|
112 |
+
#16 0.567 wheel 0.45.1
|
113 |
+
#16 0.567 zipp 3.21.0
|
114 |
+
#16 0.743
|
115 |
+
#16 0.743 [notice] A new release of pip is available: 23.0.1 -> 25.0.1
|
116 |
+
#16 0.743 [notice] To update, run: pip install --upgrade pip
|
117 |
#16 DONE 0.8s
|
118 |
|
119 |
#17 exporting to image
|
120 |
#17 exporting layers
|
121 |
#17 exporting layers 0.6s done
|
122 |
+
#17 writing image sha256:c48f733dacaf125f640895f2c893e9fea2d19a1f7c9a6a7922a188825486646e done
|
123 |
#17 naming to docker.io/library/vsl_boundary_annotation_and_alignment_tool_webapp done
|
124 |
#17 DONE 0.6s
|
125 |
|
126 |
[33m2 warnings found (use docker --debug to expand):
|
127 |
+
[0m - SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "BYPASS_AUTH") (line 35)
|
128 |
+
- SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "SECRET_KEY") (line 36)
|
129 |
Recreating 3aed3e7bb19b_vsl_boundary_annotation_and_alignment_tool_webapp_1 ...
|
130 |
|
131 |
ERROR: for 3aed3e7bb19b_vsl_boundary_annotation_and_alignment_tool_webapp_1 'ContainerConfig'
|
tree.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
|
2 |
βββ Dockerfile
|
3 |
βββ README.md
|
4 |
-
βββ
|
5 |
-
|
6 |
-
βΒ Β βββ get_transcription_with_amazon.cpython-312.pyc
|
7 |
βββ data
|
8 |
βΒ Β βββ alignments
|
9 |
βΒ Β βΒ Β βββ 69eaee41c019.json
|
@@ -94,23 +93,26 @@ boundary_annotation_webapp/
|
|
94 |
βΒ Β βββ videos
|
95 |
βΒ Β βΒ Β βββ 69eaee41c019.mp4
|
96 |
βΒ Β βΒ Β βββ 8902c2ca5a85.mp4
|
97 |
-
βΒ Β βΒ Β
|
|
|
|
|
98 |
βΒ Β βββ word_timestamps
|
99 |
βΒ Β βββ 69eaee41c019_word_timestamps.json
|
100 |
βΒ Β βββ 8902c2ca5a85_word_timestamps.json
|
101 |
βΒ Β βββ a078aee7adbc_word_timestamps.json
|
102 |
βββ docker-compose.yml
|
|
|
103 |
βββ extract_signed_segments_from_annotations.py
|
104 |
-
βββ extract_signed_segments_from_annotations_standalone.py
|
105 |
βββ flask_app.py
|
106 |
βββ get_transcription_with_amazon.py
|
107 |
-
βββ
|
108 |
βββ requirements.txt
|
109 |
βββ static
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
|
|
115 |
|
116 |
-
|
|
|
1 |
+
.
|
2 |
βββ Dockerfile
|
3 |
βββ README.md
|
4 |
+
βββ __init__.py
|
5 |
+
βββ check_large_files_linux.sh
|
|
|
6 |
βββ data
|
7 |
βΒ Β βββ alignments
|
8 |
βΒ Β βΒ Β βββ 69eaee41c019.json
|
|
|
93 |
βΒ Β βββ videos
|
94 |
βΒ Β βΒ Β βββ 69eaee41c019.mp4
|
95 |
βΒ Β βΒ Β βββ 8902c2ca5a85.mp4
|
96 |
+
βΒ Β βΒ Β βββ LAEDSuPykBQ.mp4
|
97 |
+
βΒ Β βΒ Β βββ a078aee7adbc.mp4
|
98 |
+
βΒ Β βΒ Β βββ lKXio-8X_l8.mp4
|
99 |
βΒ Β βββ word_timestamps
|
100 |
βΒ Β βββ 69eaee41c019_word_timestamps.json
|
101 |
βΒ Β βββ 8902c2ca5a85_word_timestamps.json
|
102 |
βΒ Β βββ a078aee7adbc_word_timestamps.json
|
103 |
βββ docker-compose.yml
|
104 |
+
βββ entrypoint.sh
|
105 |
βββ extract_signed_segments_from_annotations.py
|
|
|
106 |
βββ flask_app.py
|
107 |
βββ get_transcription_with_amazon.py
|
108 |
+
βββ pig.txt
|
109 |
βββ requirements.txt
|
110 |
βββ static
|
111 |
+
βββ templates
|
112 |
+
βΒ Β βββ alignment.html
|
113 |
+
βΒ Β βββ error.html
|
114 |
+
βΒ Β βββ player.html
|
115 |
+
βΒ Β βββ select_video.html
|
116 |
+
βββ tree.txt
|
117 |
|
118 |
+
10 directories, 105 files
|