multiple AI projects changes:

TTS and WebUI related
This commit is contained in:
Dobromir Popov
2023-12-19 20:15:23 +02:00
parent ba9389e7b0
commit 2657f02455
8 changed files with 48 additions and 3868 deletions

View File

@ -10,25 +10,30 @@
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile": "../Dockerfile"
},
"features": {
"ghcr.io/devcontainers/features/python:1": {
"installTools": true,
"version": "3.10"
}
}
// "features": {
// "ghcr.io/devcontainers/features/python:1": {
// "installTools": true,
// "version": "3.10"
// }
// },
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
"forwardPorts": [8080, 8081],
// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": "cat /etc/os-release",
//"postCreateCommand": "npm install"
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "devcontainer"
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
}
}