Skip to content

Commit c3d1afd

Browse files
Merge pull request #7 from code-kern-ai/parent-image-updates
perf(ci): upgrade python to 3.11
2 parents 1e07acf + 83fbc1a commit c3d1afd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.12.0-common
1+
FROM python:3.11-slim
22

33
COPY submodules/parent-images/requirements/torch-cpu-requirements.txt .
44

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.dev.kern.ai/code-kern-ai/refinery-parent-images:dev-common
1+
FROM python:3.11-slim
22

33
COPY submodules/parent-images/requirements/torch-cpu-requirements.txt .
44

dev.arm64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.dev.kern.ai/code-kern-ai/refinery-parent-images:dev-common-arm64
1+
FROM python:3.11-slim
22

33
COPY submodules/parent-images/requirements/torch-cpu-requirements.txt .
44

0 commit comments

Comments
 (0)