Spaces:
Restarting
on
L4
Restarting
on
L4
Commit
·
dd06460
1
Parent(s):
82c56fb
fix: hf_transfer
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
FROM ghcr.io/ten-framework/ten_agent_build:0.4.17-10-g5620673-cuda
|
2 |
|
|
|
|
|
3 |
# install vllm
|
4 |
RUN pip install vllm
|
5 |
|
|
|
1 |
FROM ghcr.io/ten-framework/ten_agent_build:0.4.17-10-g5620673-cuda
|
2 |
|
3 |
+
RUN pip install hf_transfer
|
4 |
+
|
5 |
# install vllm
|
6 |
RUN pip install vllm
|
7 |
|