From 8c5d1283fb6caaec51ec31b3120ba7a9c763c917 Mon Sep 17 00:00:00 2001 From: Paulo Ferreira de Castro Date: Mon, 5 Feb 2024 21:30:08 +0000 Subject: [PATCH] Update devcontainer image ("No such image" error on Apple Silicon) --- .devcontainer/devcontainer.json | 2 +- .gitignore | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 02a65f3..52a2be9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "mcr.microsoft.com/devcontainers/universal:2", + "image": "mcr.microsoft.com/devcontainers/python:3", "postCreateCommand": "python .devcontainer/init.py", "customizations": { "vscode": { diff --git a/.gitignore b/.gitignore index 1b77d31..fb239fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Workstation OS files +.DS_Store + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]