venv and pip install in dockerfile

This commit is contained in:
Dobromir Popov
2023-12-19 20:44:51 +00:00
parent 2a947d6c7c
commit b27700ae5c
6 changed files with 103 additions and 22 deletions

View File

@ -35,5 +35,7 @@
// "remoteUser": "devcontainer"
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
}
},
"extensions": ["ms-python.python", "dbaeumer.vscode-eslint"]
}