Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|