google-deepmind / google-deepmind/concordia

Fix invalid Python dev container image tag

Open
#178 7 comments 0 reactions 1 assignee Claimed by @CodeVishal-17 View on GitHub
Dominant language
Python
Stars
1.7k
Forks
367
PR merge metrics
No merged PRs in 30d

Description

## Description

The current dev container configuration uses an invalid image tag that doesn't exist:

```sh
mcr.microsoft.com/devcontainers/python:0-3.12
```

## Problem

When trying to open this repository in a dev container, it fails because the image tag 0-3.12 is not valid. Microsoft's official Python dev container images use 1- prefix, not 0-.

ref. https://mcr.microsoft.com/v2/devcontainers/python/tags/list

## Proposed Solution

Update the image tag in `devcontainer.json` to one of the following:

- `mcr.microsoft.com/devcontainers/python:1-3.12`
- `mcr.microsoft.com/devcontainers/python:3.12`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.