Spaces:
Sleeping
Sleeping
fix: install
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -3,6 +3,7 @@ FROM ghcr.io/ten-framework/ten_agent_build:0.5.0-2-g7d064cd-vllm-cpu
|
|
| 3 |
|
| 4 |
#RUN apt update -y && apt-get install -y --no-install-recommends libnuma-dev
|
| 5 |
|
|
|
|
| 6 |
RUN pip install hf_transfer
|
| 7 |
|
| 8 |
# install vllm
|
|
|
|
| 3 |
|
| 4 |
#RUN apt update -y && apt-get install -y --no-install-recommends libnuma-dev
|
| 5 |
|
| 6 |
+
RUN pip install "huggingface_hub[cli]"
|
| 7 |
RUN pip install hf_transfer
|
| 8 |
|
| 9 |
# install vllm
|