Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.
This repository was archived by the owner on May 20, 2026. It is now read-only.

Dev containers #12

@Trialskings

Description

@Trialskings

A possible fix to issues with the docker-compose and Dockerfile for dev containers has been implemented on:

Link

  1. Added build-essential to Dockerfile:

Fix: Resolves uv sync failures where pre-built wheels are missing for Python 3.13, requiring gcc for source compilation.

  1. Added RUN install -d -o $USERNAME -g $USERNAME /home/vscode/.cache/uv to Dockerfile:

Fix: Prevents Docker from creating volume mount points as root, which was causing Permission Denied errors on startup.

  1. Added - /app/.venv to docker-compose:

Fix: Prevents Docker from creating volume mount points as root, which was causing Permission Denied errors on startup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions