Spaces:
Runtime error
Runtime error
Erik Schultheis
commited on
Commit
·
15dc80d
1
Parent(s):
6c858f1
cleanup
Browse files- 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
|
| 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"
|