Skip to content

Commit f5fc34c

Browse files
authored
Update devcontainer.json
add credit to source and reduce resource constraints
1 parent 643925b commit f5fc34c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
22
// 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
34
{
45
"name": "python-openai-demos (Ollama)",
56
"image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye",
@@ -32,6 +33,6 @@
3233

3334
// Required to handle Ollama models
3435
"hostRequirements": {
35-
"memory": "64gb"
36+
"memory": "8gb"
3637
}
3738
}

0 commit comments

Comments
 (0)