diff --git a/Dockerfile b/Dockerfile index 728db42..1565996 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ WORKDIR /vec-inf COPY . /vec-inf # Install project dependencies with build requirements -RUN PIP_INDEX_URL="https://download.pytorch.org/whl/cu121" uv pip install --system -e .[dev] +RUN PIP_INDEX_URL="https://download.pytorch.org/whl/cu126" uv pip install --system -e .[dev] # Final configuration RUN mkdir -p /vec-inf/nccl && \