From e145a5f81468ea38c7feb4ed49aac7676d7102e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zar=C4=99ba?= Date: Thu, 8 Apr 2021 22:13:30 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5074fd6..c9883ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,6 @@ COPY ./requirements.txt ./ COPY ./script2.py ./ RUN pip3 install --user -r ./requirements.txt -RUN pip3 install --user -r pandas +RUN pip3 install pandas CMD python3 script2.py