actually pull latest fixes this time

This commit is contained in:
2026-05-05 08:25:45 +00:00
parent f79691e0ec
commit 92fe00af4c

View File

@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y git \
CUDA_HOME=/usr/local/cuda \
TORCH_CUDA_ARCH_LIST="10.0" \
pip install --no-cache-dir --no-build-isolation . && \
rm -rf /tmp/lmcache && export CACHE_BUSTER=2
rm -rf /tmp/lmcache && export CACHE_BUSTER=3
# Copy over nemotron reasonong parser
#COPY ./super_v3_reasoning_parser.py /opt/super_v3_reasoning_parser.py