fix jenkinsfile training

This commit is contained in:
jakubknczny 2021-05-15 17:45:43 +02:00
parent 7ad9031aaf
commit d6590c5aac

View File

@ -8,7 +8,7 @@ RUN apt install -y unzip >>/dev/null
WORKDIR /app
COPY ./test_eval.py ./
COPY ./train.py ./
COPY ./script.sh ./
RUN chmod +x script.sh