?????? ?? ??? ???? ?? ??? ?? dockerfile? ??????. (?? dockerfile ? ??? ?? ?? ???? train.py? inference.py? ??????.) ``` FROM tensorflow/tensorflow:latest-gpu WORKDIR / COPY . . ``` ??? ?? ? ??? ?? stderr ? ????? ??????. ``` I1206 16:10:52.462602 43735 exec.cpp:162] Version: 1.5.1 I1206 16:10:52.464890 43744 exec.cpp:236] Executor registered on agent 729e9e4b-da63-44c7-8bec-c4d09c3365b1-S212 I1206 16:10:52.465668 43737 executor.cpp:121] Registered docker executor on csi-cluster-gpu17.dakao.io I1206 16:10:52.465819 43743 executor.cpp:161] Starting task knuai2018@gmail.com<@>contest_task<@>b13f75c6-3fcf-462f-a6f8-6a314a55bcad:aae6a /bin/sh: 1: ./train.sh: Permission denied /bin/sh: 1: ./inference.sh: Permission denied I1206 16:10:54.368505 43738 executor.cpp:675] Container exited with status 126 ``` permission denied ? ??? ??? ???? ?? ????.

Created by knu ai knuai
?????. ?????? ??????. .sh file? ?? permission? ??? ???? ?????. docker build ?? ?? ``` chmod +x train.sh inference.sh ``` ? ???? ? ??? ?? permission? ?? docker build??? ???. ?????.

[??]?? ??? ?? ?? page is loading…