Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 1f47052

Browse files
Update python Docker tag to v3.11
1 parent d1b73aa commit 1f47052

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10
1+
FROM python:3.11
22
RUN pip install --no-cache-dir scanpy spatialtis==0.5.0rc0 lightgbm scikit-image leidenalg \
33
jupyter jupyterlab jupyter_http_over_ws ipywidgets
44
WORKDIR /analysis

benchmark/time-squidpy.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM python:3.9
1+
FROM python:3.11
22
WORKDIR /usr/src/app
33
RUN pip install --no-cache-dir squidpy memory_profiler

0 commit comments

Comments
 (0)