Adding prepwork for Inference Box
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM alpine:3.21
|
||||
RUN apk add --no-cache autossh tini openssh-client
|
||||
COPY tunnel-entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/sbin/tini", "--", "/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user