Skip to content

Commit

Permalink
init container
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmordasiewicz committed Jun 4, 2024
1 parent c87e168 commit 0319bf2
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions src/autogen-environment/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"installsAfter": [
"ghcr.io/rocker-org/devcontainer-features/miniforge",
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/amerintlxperts/features/update-conda"
"ghcr.io/amerintlxperts/devcontainer-features/update-conda"
],
"name": "Autogen Python Environment",
"postStartCommand": ". /opt/conda/etc/profile.d/conda.sh && eval $(conda shell.bash hook) >/dev/null 2>&1 && conda activate autogen && nohup bash -c 'autogenstudio ui --host 0.0.0.0 --appdir /data/autogenstudio --port 8081 &' >/tmp/autogen.tmp",
"version": "0.0.7"
"version": "0.0.8"
}
4 changes: 2 additions & 2 deletions src/chunking-environment/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"id": "chunking-environment",
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/amerintlxperts/features/update-conda"
"ghcr.io/amerintlxperts/devcontainer-features/update-conda"
],
"name": "Chunking Python Environment",
"version": "0.0.8"
"version": "0.0.9"
}
12 changes: 6 additions & 6 deletions src/container-dotfiles/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"LC_ALL": "en_US.UTF-8"
},
"dependsOn": {
"ghcr.io/amerintlxperts/features/lsd": {},
"ghcr.io/amerintlxperts/features/nerd-fonts": {},
"ghcr.io/amerintlxperts/features/oh-my-posh": {},
"ghcr.io/amerintlxperts/features/tfenv": {},
"ghcr.io/amerintlxperts/features/update-conda": {},
"ghcr.io/amerintlxperts/devcontainer-features/lsd": {},
"ghcr.io/amerintlxperts/devcontainer-features/nerd-fonts": {},
"ghcr.io/amerintlxperts/devcontainer-features/oh-my-posh": {},
"ghcr.io/amerintlxperts/devcontainer-features/tfenv": {},
"ghcr.io/amerintlxperts/devcontainer-features/update-conda": {},
"ghcr.io/devcontainers-contrib/features/curl-apt-get": {}
},
"description": "Install shell shell rc files into container.",
"id": "container-dotfiles",
"installsAfter": [],
"name": "Container Dotfiles",
"version": "0.0.46"
"version": "0.0.47"
}
2 changes: 1 addition & 1 deletion src/continue/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"ghcr.io/devcontainers/features/common-utils"
],
"name": "Continue Extension",
"version": "0.0.5"
"version": "0.0.6"
}
4 changes: 2 additions & 2 deletions src/jupyter-environment/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"installsAfter": [
"ghcr.io/rocker-org/devcontainer-features/miniforge",
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/amerintlxperts/features/update-conda"
"ghcr.io/amerintlxperts/devcontainer-features/update-conda"
],
"name": "Jupyter Python Environment",
"postStartCommand": ". /opt/conda/etc/profile.d/conda.sh && eval $(conda shell.bash hook) >/dev/null 2>&1 && conda activate jupyter && nohup bash -c 'jupyter-lab --port 8888 &' >/tmp/jupyter.tmp",
"version": "0.0.8"
"version": "0.0.9"
}
4 changes: 2 additions & 2 deletions src/memgpt-environment/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"id": "memgpt-environment",
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/amerintlxperts/features/update-conda",
"ghcr.io/amerintlxperts/devcontainer-features/update-conda",
"ghcr.io/itsmechlark/features/postgresql",
"ghcr.io/rocker-org/devcontainer-features/miniforge"
],
"name": "MeMGPT Python Environment",
"version": "0.0.12"
"version": "0.0.13"
}
4 changes: 2 additions & 2 deletions src/mkdocs-environment/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"id": "mkdocs-environment",
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/amerintlxperts/features/update-conda"
"ghcr.io/amerintlxperts/devcontainer-features/update-conda"
],
"name": "MkDocs Python Environment",
"postStartCommand": ". /opt/conda/etc/profile.d/conda.sh && eval \"$(conda shell.bash hook)\" >/dev/null 2>&1 && conda activate mkdocs && nohup bash -c 'mkdocs serve &' >/tmp/mkdocs.tmp",
"version": "0.0.9"
"version": "0.0.10"
}
4 changes: 2 additions & 2 deletions src/openwebui-environment/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/rocker-org/devcontainer-features/miniforge",
"ghcr.io/amerintlxperts/features/update-conda"
"ghcr.io/amerintlxperts/devcontainer-features/update-conda"
],
"name": "OpenWeb UI Python Environment",
"version": "0.0.5"
"version": "0.0.6"
}
4 changes: 2 additions & 2 deletions src/powershell-modules/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependsOn": {
"ghcr.io/amerintlxperts/features/powershell": {}
"ghcr.io/amerintlxperts/devcontainer-features/powershell": {}
},
"description": "Install powershell modules",
"id": "powershell-modules",
Expand All @@ -25,5 +25,5 @@
"type": "string"
}
},
"version": "0.0.78"
"version": "0.0.79"
}
2 changes: 1 addition & 1 deletion src/powershell/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"type": "string"
}
},
"version": "0.0.5"
"version": "0.0.6"
}
4 changes: 2 additions & 2 deletions src/textgen-environment/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/rocker-org/devcontainer-features/miniforge",
"ghcr.io/amerintlxperts/features/update-conda"
"ghcr.io/amerintlxperts/devcontainer-features/update-conda"
],
"name": "TextGen Python Environment",
"version": "0.0.5"
"version": "0.0.6"
}
2 changes: 1 addition & 1 deletion src/vimrc/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"description": "Install vimrc customizations",
"id": "vimrc",
"name": "vim customization",
"version": "0.0.10"
"version": "0.0.11"
}

0 comments on commit 0319bf2

Please sign in to comment.