Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -32,13 +32,13 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
32 |
pydantic \
|
33 |
supervision && \
|
34 |
# Install AutoAWQ last
|
35 |
-
pip install --no-cache-dir autoawq
|
36 |
|
37 |
|
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 |
|
|
|
32 |
pydantic \
|
33 |
supervision && \
|
34 |
# Install AutoAWQ last
|
35 |
+
pip install --no-cache-dir autoawq[cpu]
|
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 |
|