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 ./