bla commited on
Commit
7843df1
·
verified ·
1 Parent(s): 467e0ea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,7 +38,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
38
  RUN pip install git+https://github.com/huggingface/transformers accelerate
39
 
40
 
41
- RUN pip install intel_extension_for_pytorch
42
  # Copy application files
43
  COPY --chown=user:user . /app
44
 
 
38
  RUN pip install git+https://github.com/huggingface/transformers accelerate
39
 
40
 
41
+ RUN pip install git+https://github.com/intel/intel-extension-for-pytorch.git
42
  # Copy application files
43
  COPY --chown=user:user . /app
44