From d5014fbb4054c23ed8e516b2bc4cb59c262e4d54 Mon Sep 17 00:00:00 2001 From: Maciej Tyczynski Date: Mon, 24 Jul 2023 21:12:04 +0200 Subject: [PATCH] updated Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e87bc9f..ca1bead 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN pip install torch RUN pip install seaborn RUN pip install mlflow COPY ./zad1.py ./ -CMD ["python3", 'zad1.py'] \ No newline at end of file +CMD ["python3", "zad1.py"] \ No newline at end of file