Skip to content

Commit

Permalink
Change dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
joejcollins committed May 23, 2024
1 parent fc99cbe commit 3f96bdd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.209.6/containers/ubuntu
{
"name": "Ubuntu",
"image": "joejcollins/captain-black:20240222",
"name": "Python 3.12",
"image": "ghcr.io/joejcollins/captain-black-dev:latest",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers-contrib/features/starship:1": {}
},
"hostRequirements": {
"cpus": 2,
"memory": "4gb"
Expand Down

0 comments on commit 3f96bdd

Please sign in to comment.