Skip to content

Commit be3ff49

Browse files
committed
perf(3.11): python upgrade
1 parent 1e07acf commit be3ff49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
FROM kernai/refinery-parent-images:v1.12.0-common
1+
FROM registry.dev.kern.ai/code-kern-ai/refinery-parent-images:python-upgrade-common
22

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

5+
RUN apt-get update && apt-get install -y gcc --no-install-recommends
6+
57
RUN pip3 install --no-cache-dir -r torch-cpu-requirements.txt

0 commit comments

Comments
 (0)