We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643925b commit f5fc34cCopy full SHA for f5fc34c
.devcontainer/devcontainer.json
@@ -1,5 +1,6 @@
1
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
2
// https://github.com/microsoft/vscode-dev-containers/tree/v0.245.0/containers/python-3
3
+// credit: https://github.com/pamelafox/python-openai-demos/tree/main/.devcontainer/ollama
4
{
5
"name": "python-openai-demos (Ollama)",
6
"image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye",
@@ -32,6 +33,6 @@
32
33
34
// Required to handle Ollama models
35
"hostRequirements": {
- "memory": "64gb"
36
+ "memory": "8gb"
37
}
38
0 commit comments