From 626c4c28bb801b110765297248dc4f415d4f68a5 Mon Sep 17 00:00:00 2001 From: Austin Gregg-Smith Date: Sun, 12 Oct 2025 12:08:54 +0100 Subject: [PATCH] remove deps.yaml and upate rockerc --- python_template.deps.yaml | 10 ---------- rockerc.yaml | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 python_template.deps.yaml diff --git a/python_template.deps.yaml b/python_template.deps.yaml deleted file mode 100644 index 63e6e6b..0000000 --- a/python_template.deps.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apt_tools: - - git - - git-lfs - - python3-pip - - jq #for auto installing extensions in container - -pip_language-toolchain: - - uv #use uv instead of pip - - pip #update to the latest pip - - pre-commit diff --git a/rockerc.yaml b/rockerc.yaml index ed29457..6c0a6a3 100644 --- a/rockerc.yaml +++ b/rockerc.yaml @@ -5,9 +5,9 @@ # - image: Specifies the base image to pass to rocker # - args: Lists additional features or tools to be added to the docker image -image: ubuntu:22.04 +image: ubuntu:24.04 args: - - nvidia + - jquery - x11 - user - pull