Perilon commited on
Commit
1c84849
Β·
1 Parent(s): 52d1010
Files changed (2) hide show
  1. pig.txt +72 -72
  2. tree.txt +15 -13
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.5s
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: 170.74kB 0.0s done
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 [ 5/12] RUN apt-get update && apt-get install -y ffmpeg wget git && apt-get clean
32
  #9 CACHED
33
 
34
- #10 [ 6/12] RUN mkdir -p /home/user && chown -R 1000:1000 /home/user
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 DONE 0.2s
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.179 total 172
54
- #16 0.179 drwxr-xr-x 1 root root 4096 Feb 27 23:30 .
55
- #16 0.179 drwxr-xr-x 1 root root 4096 Feb 27 23:30 ..
56
- #16 0.179 -rwxr-xr-x 1 root root 202 Feb 27 23:14 .env
57
- #16 0.179 drwxr-xr-x 1 root root 4096 Feb 27 23:30 .git
58
- #16 0.179 -rwxr-xr-x 1 root root 1519 Feb 26 22:49 .gitattributes
59
- #16 0.179 -rwxr-xr-x 1 root root 72 Feb 26 23:20 .gitignore
60
- #16 0.179 -rwxr-xr-x 1 root root 403 Feb 27 23:14 .hf-space
61
- #16 0.179 drwxr-xr-x 1 root root 4096 Feb 26 22:51 .space
62
- #16 0.179 -rwxr-xr-x 1 root root 1257 Feb 27 23:22 Dockerfile
63
- #16 0.179 -rwxr-xr-x 1 root root 804 Feb 26 22:54 README.md
64
- #16 0.179 -rwxr-xr-x 1 root root 0 Feb 27 23:21 __init__.py
65
- #16 0.179 -rwxr-xr-x 1 root root 904 Feb 26 22:50 check_large_files_linux.sh
66
- #16 0.179 drwxrwxrwx 1 root root 4096 Feb 26 22:50 data
67
- #16 0.179 -rwxr-xr-x 1 root root 571 Feb 27 23:14 docker-compose.yml
68
- #16 0.179 -rwxr-xr-x 1 root root 312 Feb 27 23:22 entrypoint.sh
69
- #16 0.179 -rwxr-xr-x 1 root root 10867 Feb 27 23:14 extract_signed_segments_from_annotations.py
70
- #16 0.179 -rwxr-xr-x 1 root root 51698 Feb 27 23:21 flask_app.py
71
- #16 0.179 -rwxr-xr-x 1 root root 6815 Feb 27 23:14 get_transcription_with_amazon.py
72
- #16 0.179 -rwxr-xr-x 1 root root 258 Feb 27 23:30 pig.txt
73
- #16 0.179 -rwxr-xr-x 1 root root 66 Feb 27 23:14 requirements.txt
74
- #16 0.179 drwxr-xr-x 1 root root 4096 Feb 26 22:50 static
75
- #16 0.179 drwxr-xr-x 1 root root 4096 Feb 27 23:30 templates
76
- #16 0.179 -rwxr-xr-x 1 root root 5569 Feb 26 22:50 tree.txt
77
- #16 0.180 -rwxr-xr-x 1 root root 51698 Feb 27 23:21 /app/flask_app.py
78
- #16 0.181 /usr/local/bin/gunicorn
79
- #16 0.509 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.554 Package Version
81
- #16 0.554 ------------------ -----------
82
- #16 0.554 Authlib 1.5.0
83
- #16 0.554 blinker 1.9.0
84
- #16 0.555 boto3 1.37.2
85
- #16 0.555 botocore 1.37.2
86
- #16 0.555 certifi 2025.1.31
87
- #16 0.555 cffi 1.17.1
88
- #16 0.555 charset-normalizer 3.4.1
89
- #16 0.555 click 8.1.8
90
- #16 0.556 cryptography 44.0.1
91
- #16 0.556 ffmpeg-python 0.2.0
92
- #16 0.556 Flask 3.1.0
93
- #16 0.556 future 1.0.0
94
- #16 0.556 gunicorn 23.0.0
95
- #16 0.556 idna 3.10
96
- #16 0.556 importlib_metadata 8.6.1
97
- #16 0.557 itsdangerous 2.2.0
98
- #16 0.557 Jinja2 3.1.5
99
- #16 0.557 jmespath 1.0.1
100
- #16 0.557 MarkupSafe 3.0.2
101
- #16 0.557 packaging 24.2
102
- #16 0.557 pip 23.0.1
103
- #16 0.558 pycparser 2.22
104
- #16 0.558 python-dateutil 2.9.0.post0
105
- #16 0.558 python-dotenv 1.0.1
106
- #16 0.558 requests 2.32.3
107
- #16 0.558 s3transfer 0.11.3
108
- #16 0.558 setuptools 58.1.0
109
- #16 0.559 six 1.17.0
110
- #16 0.559 urllib3 1.26.20
111
- #16 0.559 Werkzeug 3.1.3
112
- #16 0.559 wheel 0.45.1
113
- #16 0.559 zipp 3.21.0
114
- #16 0.730
115
- #16 0.730 [notice] A new release of pip is available: 23.0.1 -> 25.0.1
116
- #16 0.730 [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:7783d4fd70349562f507d3734fb83e77d9df5ec0145f4eb87d9ec8ccf30dbda3 done
123
  #17 naming to docker.io/library/vsl_boundary_annotation_and_alignment_tool_webapp done
124
  #17 DONE 0.6s
125
 
126
  2 warnings found (use docker --debug to expand):
127
-  - SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "SECRET_KEY") (line 36)
128
- - SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "BYPASS_AUTH") (line 35)
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
  2 warnings found (use docker --debug to expand):
127
+  - 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
- boundary_annotation_webapp/
2
  β”œβ”€β”€ Dockerfile
3
  β”œβ”€β”€ README.md
4
- β”œβ”€β”€ __pycache__
5
- β”‚Β Β  β”œβ”€β”€ extract_signed_segments_from_annotations.cpython-312.pyc
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
- β”‚Β Β  β”‚Β Β  └── a078aee7adbc.mp4
 
 
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
- β”œβ”€β”€ get_transcription_with_amazon_standalone.py
108
  β”œβ”€β”€ requirements.txt
109
  β”œβ”€β”€ static
110
- └── templates
111
- β”œβ”€β”€ alignment.html
112
- β”œβ”€β”€ error.html
113
- β”œβ”€β”€ player.html
114
- └── select_video.html
 
115
 
116
- 11 directories, 102 files
 
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