mirror of
https://github.com/FranP-code/classify_saved_videos_yt.git
synced 2025-10-13 00:32:25 +00:00
Devcontainer setup
This commit is contained in:
25
.devcontainer/devcontainer-simple.json
Normal file
25
.devcontainer/devcontainer-simple.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "YouTube Video Classifier (Simple)",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile.simple"
|
||||
},
|
||||
"workspaceFolder": "/workspace",
|
||||
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached",
|
||||
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ms-python.python"
|
||||
],
|
||||
"settings": {
|
||||
"python.defaultInterpreterPath": "/usr/bin/python3"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"forwardPorts": [11434, 6080],
|
||||
|
||||
"postCreateCommand": "pip install --user -r requirements.txt && echo 'Run: bash /home/vscode/start-simple.sh to start services'",
|
||||
|
||||
"remoteUser": "vscode"
|
||||
}
|
||||
Reference in New Issue
Block a user