You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

25 lines
691 B

{
"name": "Python Environment",
"build": {
"dockerfile": "Dockerfile",
"args": {
"USERNAME": "llm_engineer"
}
},
"remoteUser": "llm_engineer",
"features": {},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-toolsai.jupyter"
],
"settings": {
"python.defaultInterpreterPath": "/opt/conda/envs/llm_engineer/bin/python",
"python.linting.enabled": true
}
}
},
"forwardPorts": [],
"postCreateCommand": "conda init bash && echo 'conda activate llm_engineer' >> ~/.bashrc"
}