diff --git a/Dockerfile b/Dockerfile index 8c21f62..56fbc76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,3 +12,4 @@ COPY ./script2.py ./ RUN pip3 install -r ./requirements.txt CMD python3 script2.py CMD python3 lab05.py +CMD python3 lab06_training.py \ No newline at end of file