Erik Schultheis commited on
Commit
15dc80d
·
1 Parent(s): 6c858f1
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN cmake -S . -B build -DGGML_CUDA=OFF
18
  RUN cmake --build build --target ggml --parallel
19
  RUN cmake --build build --parallel
20
 
21
- RUN pip3 install --no-cache-dir gradio numpy gguf-parser
22
 
23
  EXPOSE 7860
24
  ENV GRADIO_SERVER_NAME="0.0.0.0"
 
18
  RUN cmake --build build --target ggml --parallel
19
  RUN cmake --build build --parallel
20
 
21
+ RUN pip3 install --no-cache-dir gradio numpy
22
 
23
  EXPOSE 7860
24
  ENV GRADIO_SERVER_NAME="0.0.0.0"