From 964c867c60dba3512ace222a193aae211ba3e237 Mon Sep 17 00:00:00 2001 From: Jakub Henyk Date: Sat, 13 May 2023 17:53:29 +0200 Subject: [PATCH] fix3 --- Dockerfile_4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_4 b/Dockerfile_4 index 11ae31d..ab12492 100644 --- a/Dockerfile_4 +++ b/Dockerfile_4 @@ -28,6 +28,6 @@ RUN chmod +x ./zadanie1.py RUN chmod +x ./train.py RUN chmod +x ./test.py -RUN export GIT_PYTHON_REFRESH=quiet +CMD GIT_PYTHON_REFRESH=quiet RUN dvc pull RUN dvc repro \ No newline at end of file