mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-10-09 06:55:24 +00:00
hack
This commit is contained in:
parent
32199274f3
commit
930842a7f0
@ -76,4 +76,7 @@ COPY --from=builder /usr/src/target/release/text-generation-router /usr/local/bi
|
||||
# Install launcher
|
||||
COPY --from=builder /usr/src/target/release/text-generation-launcher /usr/local/bin/text-generation-launcher
|
||||
|
||||
ENTRYPOINT ["text-generation-launcher", "--json-output"]
|
||||
COPY entrypoint.sh entrypoint.sh
|
||||
RUN chmod +x entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
3
entrypoint.sh
Executable file
3
entrypoint.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
text-generation-launcher
|
Loading…
Reference in New Issue
Block a user