Skip to content

Commit

Permalink
Rollback Docker image to py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Darwinkel committed May 14, 2024
1 parent 4e374ea commit 50f9bf7
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 40 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm
FROM python:3.11-slim-bookworm

WORKDIR /usr/src/app

Expand Down
78 changes: 40 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ deepspeed = "0.14.2"
torch = {version = "^2.3.0+cpu", source = "torch-cpu"}
torchaudio = {version = "^2.3.0+cpu", source = "torch-cpu"}
intel-extension-for-pytorch = {version = "^2.3.0+cpu", source = "torch-intel"}
#oneccl_bind_pt = {version = "^2.3.0+cpu", source = "torch-intel"} Disable for now, as it doesn't support Py3.12 yet
oneccl_bind_pt = {version = "^2.3.0+cpu", source = "torch-intel"}

[tool.poetry.group.dev.dependencies]
ruff = "0.4.4"
Expand Down

0 comments on commit 50f9bf7

Please sign in to comment.