arjunkmoorthy commited on
Commit
96cfddd
·
verified ·
1 Parent(s): aacfd19

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -9,7 +9,8 @@ COPY . /app
9
  # Install dependencies
10
  RUN pip install --upgrade pip
11
  RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
12
- RUN pip install "unsloth>=2025.7" "unsloth_zoo>=2025.7"
 
13
  RUN pip install -r requirements.txt
14
 
15
  # Expose app
 
9
  # Install dependencies
10
  RUN pip install --upgrade pip
11
  RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
12
+ RUN pip install cut_cross_entropy \
13
+ && pip install "unsloth>=2025.7" "unsloth_zoo>=2025.7"
14
  RUN pip install -r requirements.txt
15
 
16
  # Expose app