Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -36,6 +36,9 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
36 |
|
37 |
|
38 |
RUN pip install git+https://github.com/huggingface/transformers accelerate
|
|
|
|
|
|
|
39 |
# Copy application files
|
40 |
COPY --chown=user:user . /app
|
41 |
|
|
|
36 |
|
37 |
|
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 |
|