?? tesorflow ???? ?? ???? ????? ???????. ??? run-1.14.0-gpu-py3.sh ??? ??? ?? ??? ? sh ???? -c ?? ??? ??? ? ???, ?? ???? ??? ?? ????.

Created by NeonSign
shin419? ?????. ?? ???????.
?? task? image? ?? ????? alpine tag? /bin/bash ? ???? ?? ???. ??? ???? train.sh file? hashbang? #!/bin/bash ? ?? ??? ??? ????. /bin/bash? /bin/sh ? ???? ???? ????? ? ? ???.
@wongeun_song Dockerfile??? ??? ?? ? ???, ?? ????? ?? ???? ???? ?? ??????. _____________________________________________________ 1. Dockerfile
FROM python:alpine

ENV SRC_DIR /src

COPY src $SRC_DIR
WORKDIR $SRC_DIR

RUN chmod +x ./train.sh ./inference.sh
_____________________________________________________ 2. docker run comment ??? 3??? ??? ????,
(X) docker run -it --rm help-khidi-tensorflow-1.14.0-gpu-py3:latest sh -c './train.sh; ./inference.sh'  
(X) docker run -it --rm help-khidi-tensorflow-1.14.0-gpu-py3:latest sh -c './train.sh'
(X) docker run -it --rm help-khidi-tensorflow-1.14.0-gpu-py3:latest sh './train.sh; ./inference.sh'  
? ????? ???? ?????.
(O) docker run -it --rm help-khidi-tensorflow-1.14.0-gpu-py3:latest sh './train.sh'

? task error message? ?? docker ? work dir ? test.sh, inference.sh file? ??? ??? ??? ????. ??? run-1.14.0-gpu-py3.sh ?? ??? line? "sh -c './train.sh; ./inference.sh'" ?? "ls" ? ???? ? test.sh, inference.sh file? ??? ?? ??? ???? ? ???.
@shin419 task id? 592683f4-ea4c-42df-8fad-2f669ad986ff ???.
sh -c ?? ?? shell? ???? ???? ?????. ?? shell? ???? ??? train.sh ? inference.sh ? ??? ?? ?? ??? PWD? ???? ????? ???? ??? ?? ????????. ?? ?? ?? ?? ?? ??????. ?????.
??? ??? task id? ??? ????

??? ??? ?? ??? ?? ??. page is loading…