Spaces:
Running
on
L4
Running
on
L4
Commit
·
1b99c24
1
Parent(s):
6b752ad
fix: update base image
Browse files- Dockerfile +1 -5
Dockerfile
CHANGED
@@ -1,12 +1,8 @@
|
|
1 |
-
FROM ghcr.io/ten-framework/ten_agent_build:0.4.17-
|
2 |
-
|
3 |
-
# install huggingface tools
|
4 |
-
RUN pip install -U "huggingface_hub[cli]" hf_transfer
|
5 |
|
6 |
# install vllm
|
7 |
RUN pip install vllm
|
8 |
|
9 |
-
|
10 |
# Set up a new user named "user" with user ID 1000
|
11 |
RUN useradd -m -u 1000 user
|
12 |
|
|
|
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 |
|
|
|
6 |
# Set up a new user named "user" with user ID 1000
|
7 |
RUN useradd -m -u 1000 user
|
8 |
|