ffreemt commited on
Commit ·
2874e11
1
Parent(s): 37123f6
C:/Program Files/Git/root/.local/bin
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -4,8 +4,7 @@ FROM ghcr.io/ggml-org/llama.cpp:server
|
|
| 4 |
WORKDIR /app
|
| 5 |
|
| 6 |
RUN apt update && apt install -y python3 python3-pip python3-venv pipx
|
| 7 |
-
|
| 8 |
-
#NV PATH="/opt/venv/bin:$PATH"
|
| 9 |
|
| 10 |
# RUN pip install huggingface_hub --break-system-packages
|
| 11 |
RUN pipx install huggingface_hub
|
|
|
|
| 4 |
WORKDIR /app
|
| 5 |
|
| 6 |
RUN apt update && apt install -y python3 python3-pip python3-venv pipx
|
| 7 |
+
ENV PATH="/root/.local/bin:$PATH"
|
|
|
|
| 8 |
|
| 9 |
# RUN pip install huggingface_hub --break-system-packages
|
| 10 |
RUN pipx install huggingface_hub
|