Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"enableNonRootDocker": "true"
}
},
"postCreateCommand": "pip3 install --user -r requirements.txt",
"postCreateCommand": "sudo apt-get update && sudo apt-get install -y ffmpeg libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libavfilter-dev libswscale-dev libswresample-dev pkg-config && pip3 install --user --only-binary av -r requirements.txt",
"customizations": {
"vscode": {
"extensions": [
Expand Down
2 changes: 2 additions & 0 deletions challenge-1/agents/=14.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: av in /home/vscode/.local/lib/python3.11/site-packages (16.1.0)
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.7.0
anyio==4.9.0
asttokens==3.0.0
attrs==25.3.0
av==14.4.0
av>=14.0.0
azure-ai-agents==1.2.0b5
azure-ai-formrecognizer==3.3.3
azure-ai-inference==1.0.0b9
Expand Down