Spaces:
Running
on
L4
Running
on
L4
Commit
·
30832b9
1
Parent(s):
a2c1164
fix: install
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM ghcr.io/ten-framework/ten_agent_build:0.4.17
|
2 |
|
3 |
-
RUN pip install -U "huggingface_hub[cli]"
|
4 |
|
5 |
|
6 |
# Set up a new user named "user" with user ID 1000
|
|
|
1 |
FROM ghcr.io/ten-framework/ten_agent_build:0.4.17
|
2 |
|
3 |
+
RUN pip install -U "huggingface_hub[cli]" hf_transfer
|
4 |
|
5 |
|
6 |
# Set up a new user named "user" with user ID 1000
|