Skip to content

Commit

Permalink
chore: support Python 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: SdgJlbl <[email protected]>
  • Loading branch information
SdgJlbl committed Jul 22, 2024
1 parent 0142ac0 commit ea6a307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_gpu(factory, client, org_idx, default_datasets, workers):

# Need the base image, the minimal image does not have pip
dockerfile = """
FROM python:3.11-slim
FROM python:3.12-slim
RUN apt-get update -y && apt-get install -y git
RUN python3 -m pip install -U pip
Expand Down

0 comments on commit ea6a307

Please sign in to comment.