This commit is contained in:
Mikołaj Pokrywka 2022-05-03 15:57:56 +02:00
parent 40617e67f9
commit 9d3a9e5a6b

View File

@ -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