From 97e7dbcf842cd433836d8e6dcf3bbb8d32d03760 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:49:34 +0000 Subject: [PATCH] Update python Docker tag to v3.12 --- Dockerfile | 2 +- benchmark/time-squidpy.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a2b3b57..ef700b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.12 RUN pip install --no-cache-dir scanpy spatialtis==0.5.0rc0 lightgbm scikit-image leidenalg \ jupyter jupyterlab jupyter_http_over_ws ipywidgets WORKDIR /analysis diff --git a/benchmark/time-squidpy.Dockerfile b/benchmark/time-squidpy.Dockerfile index b1d090e..9ca054f 100644 --- a/benchmark/time-squidpy.Dockerfile +++ b/benchmark/time-squidpy.Dockerfile @@ -1,3 +1,3 @@ -FROM python:3.9 +FROM python:3.12 WORKDIR /usr/src/app RUN pip install --no-cache-dir squidpy memory_profiler \ No newline at end of file