Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -34,6 +34,8 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
| 34 |
# Install AutoAWQ last
|
| 35 |
pip install --no-cache-dir autoawq
|
| 36 |
|
|
|
|
|
|
|
| 37 |
# Copy application files
|
| 38 |
COPY --chown=user:user . /app
|
| 39 |
|
|
|
|
| 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 |
# Copy application files
|
| 40 |
COPY --chown=user:user . /app
|
| 41 |
|