FROM ubuntu:latest RUN apt-get update --fix-missing RUN apt install python3-pip -y RUN apt install unzip -y RUN apt install git -y RUN pip install numpy RUN pip install pandas RUN pip install torch RUN pip install keras RUN pip install tensorflow RUN pip install scikit-learn # RUN echo "alias kaggle='~/.local/bin/kaggle'" >> ~/.bashrc COPY ./learning.py ./ COPY ./learning.py ./train-eval # CMD ./script.sh 300 # CMD ./learning.pyRUN pip install --user numpy