Skip to content

Commit f300cbd

Browse files
committed
Cleaned up and updated environment
1 parent 6c8ce9e commit f300cbd

File tree

16 files changed

+20
-149
lines changed

16 files changed

+20
-149
lines changed

.devcontainer/devcontainer.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/python
33
{
44
"name": "Python 3",
5-
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
65
"image": "mcr.microsoft.com/devcontainers/python:0-3.11",
7-
"onCreateCommand": "pip3 install --user -r requirements.txt",
6+
"onCreateCommand": "sudo apt update && sudo apt upgrade -y && pip3 install --upgrade pip && pip3 install --user -r requirements.txt",
87
"customizations": {
98
"vscode": {
9+
"settings": {
10+
"jupyter.kernels.excludePythonEnvironments": ["/usr/bin/python3"],
11+
"remote.portsAttributes": {
12+
"ipykernel_launcher": {"onAutoForward": "ignore"}
13+
}
14+
},
1015
"extensions": [
16+
"-dbaeumer.vscode-eslint",
17+
"ms-python.python",
1118
"ms-toolsai.jupyter",
12-
"ms-python.python"
19+
"streetsidesoftware.code-spell-checker"
1320
]
1421
}
15-
}
16-
17-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
18-
// "forwardPorts": [],
19-
20-
// Use 'postCreateCommand' to run commands after the container is created.
21-
// "postCreateCommand": "pip3 install --user -r requirements.txt",
22-
23-
}
22+
},
23+
"postAttachCommand": "htop"
24+
}

.github/workflows/validate-integrity.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
2-
3-
# Checkpoints will not be pushed.
1+
.vscode
42
.ipynb_checkpoints

.gitpod.dockerfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

.gitpod.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.es.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

assets/devcontainer-image.png

-130 KB
Binary file not shown.

assets/image-kernel.png

-142 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)