diff --git a/Dockerfile b/Dockerfile index 4311384..70a185c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ WORKDIR /app COPY ./process_data.sh . COPY ./download_data_and_process.py . -COPY ./stats.py . COPY ./real-or-fake-fake-jobposting-prediction.zip . RUN chmod +x process_data.sh RUN ls