Spaces:
Running
on
L4
Running
on
L4
fix: entrypoint
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -3,5 +3,6 @@ FROM ghcr.io/ten-framework/ten_agent_build:0.4.17
|
|
3 |
RUN pip install -U "huggingface_hub[cli]"
|
4 |
|
5 |
COPY .env .env
|
|
|
6 |
|
7 |
-
ENTRYPOINT ["entrypoint.sh"]
|
|
|
3 |
RUN pip install -U "huggingface_hub[cli]"
|
4 |
|
5 |
COPY .env .env
|
6 |
+
COPY entrypoint.sh /entrypoint.sh
|
7 |
|
8 |
+
ENTRYPOINT ["/entrypoint.sh"]
|