roll-ai commited on
Commit
ad9db23
·
verified ·
1 Parent(s): a1fa1f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,7 +38,7 @@ COPY requirements.txt .
38
 
39
  # Pre-install torch so flash-attn doesn't fail
40
  RUN pip install --upgrade pip && \
41
- pip install torch==2.6.0 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
42
 
43
  # Install the rest of the dependencies
44
  RUN pip install --no-cache-dir -r requirements.txt
 
38
 
39
  # Pre-install torch so flash-attn doesn't fail
40
  RUN pip install --upgrade pip && \
41
+ pip install torch==2.6 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
42
 
43
  # Install the rest of the dependencies
44
  RUN pip install --no-cache-dir -r requirements.txt