bla commited on
Commit
c2f05a4
·
verified ·
1 Parent(s): 239fdc4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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