do patch ops in dockerfile
All checks were successful
Docker Build and Push / docker (push) Successful in 1m4s
All checks were successful
Docker Build and Push / docker (push) Successful in 1m4s
Signed-off-by: Sun Ruoxi <sunruoxi@4paradigm.com>
This commit is contained in:
@@ -17,4 +17,7 @@ COPY detect_head_size.py /opt/
|
||||
COPY patch_ops.py /opt/
|
||||
COPY patched_ops /opt/patched_ops/
|
||||
COPY entrypoint.sh /opt/
|
||||
RUN chmod +x /opt/entrypoint.sh
|
||||
|
||||
# 在构建时执行 patch_ops(只需要执行一次)
|
||||
RUN python3 /opt/patch_ops.py && \
|
||||
chmod +x /opt/entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user