From eee7513de5419016e74dc9dd8337b0204d958cdc Mon Sep 17 00:00:00 2001 From: biondizzle Date: Fri, 17 Apr 2026 02:15:22 +0000 Subject: [PATCH] try installing pandas correctly this time --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c6d22b5..78f7e6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y git \ git checkout feat/redis-ttl && \ CUDA_HOME=/usr/local/cuda \ TORCH_CUDA_ARCH_LIST="10.0" \ + pip install --no-cache-dir pandas && \ pip install --no-cache-dir --no-build-isolation . && \ - rm -rf /tmp/lmcache && \ - pip install --no-cache-dir pandas + rm -rf /tmp/lmcache # Copy over nemotron reasonong parser COPY ./super_v3_reasoning_parser.py /opt/super_v3_reasoning_parser.py