FROM ubuntu:latest RUN apt clean RUN apt update RUN apt install -y python3 RUN apt install -y python3-pip RUN apt install -y unzip RUN pip3 install pandas RUN pip3 install kaggle RUN pip3 install tensorflow RUN pip3 install sklearn COPY ./data_dev ./ COPY ./evaluate_network.py ./ RUN mkdir /.kaggle RUN chmod -R 777 /.kaggle