Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
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 |
|