From 35c852bbac411395caba47a146ceab797eccd526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Zab=C5=82o=C5=84ski?= Date: Sun, 3 Apr 2022 21:16:41 +0200 Subject: [PATCH] Zaktualizuj 'Dockerfile' dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a18b45..ed9e38b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt update && apt install -y python3-pip RUN pip3 install pandas RUN pip3 install kaggle -WORKDIR /IUM_478831-1 +WORKDIR /ium-478831 COPY ./adult-income-dataset.csv ./ COPY ./script.sh ./