samlam111 commited on
Commit
2869863
·
1 Parent(s): ffe8acf

Added missing wheel copy

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -20,6 +20,7 @@ USER user
20
 
21
  # Copy requirements first to leverage Docker cache
22
  COPY --chown=user:user requirements.txt .
 
23
 
24
  # Install Python dependencies
25
  RUN pip install --no-cache-dir -r requirements.txt
 
20
 
21
  # Copy requirements first to leverage Docker cache
22
  COPY --chown=user:user requirements.txt .
23
+ COPY --chown=user:user bitsandbytes-0.44.1.dev0-py3-none-manylinux_2_24_x86_64.whl .
24
 
25
  # Install Python dependencies
26
  RUN pip install --no-cache-dir -r requirements.txt