Skip to content

Commit

Permalink
More Python and Poetry version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Oct 23, 2024
1 parent ebb386f commit e253d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# See official Python Docker images
# https://hub.docker.com/_/python/
FROM python:3.10.9-slim-buster
FROM python:3.11.10-bullseye

# pysha3 does not yet work on Python 3.11
# FROM python:3.11.1-slim-buster
Expand All @@ -21,7 +21,7 @@ ENV PYTHONDONTWRITEBYTECODE 1 \

RUN apt-get update \
&& apt-get install curl gcc -y \
&& curl -sSL https://install.python-poetry.org | python - --version 1.3.1
&& curl -sSL https://install.python-poetry.org | python - --version 1.8.1

ENV PATH="/root/.local/bin:$PATH"

Expand Down

0 comments on commit e253d1a

Please sign in to comment.