Reality123b commited on
Commit
16fe24e
·
verified ·
1 Parent(s): a022690

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -32,7 +32,9 @@ RUN apt-get update && \
32
 
33
  # Install text-generation-inference from source for CPU optimization
34
  RUN git clone https://github.com/huggingface/text-generation-inference.git /app/text-generation-inference
 
35
  WORKDIR /app/text-generation-inference
 
36
  RUN pip3 install --no-cache-dir .
37
 
38
  # Install gnupg to use gpg command
 
32
 
33
  # Install text-generation-inference from source for CPU optimization
34
  RUN git clone https://github.com/huggingface/text-generation-inference.git /app/text-generation-inference
35
+
36
  WORKDIR /app/text-generation-inference
37
+
38
  RUN pip3 install --no-cache-dir .
39
 
40
  # Install gnupg to use gpg command