diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 84ba5d6c..8f7d1102 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,8 +8,6 @@ "remoteEnv": { // Allow X11 apps to run inside the container "DISPLAY": "${localEnv:DISPLAY}", - // We put venv on a different volume to cache so have to copy - "UV_LINK_MODE": "copy", // Do the equivalent of "activate" the venv so we don't have to "uv run" everything "PATH": "/workspaces/${localWorkspaceFolderBasename}/.venv/bin:${containerEnv:PATH}" }, diff --git a/Dockerfile b/Dockerfile index dd7f8c3a..d4dfcaaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ FROM ghcr.io/diamondlightsource/ubuntu-devcontainer:noble AS developer # Add any system dependencies for the developer/build environment here -RUN apt-get update && apt-get install -y --no-install-recommends \ +RUN apt-get update -y && apt-get install -y --no-install-recommends \ graphviz \ && apt-get dist-clean diff --git a/README.md b/README.md index 96f72ded..0bf5a5ca 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # python-copier-template -Diamond's opinionated [copier](https://copier.readthedocs.io) template for pure Python projects managed by pip. It can be optionally used to: +Diamond's opinionated [copier](https://copier.readthedocs.io) template for pure Python projects. It can be optionally used to: - Create new projects from - Update existing projects in line with it @@ -21,7 +21,7 @@ Releases |