From 157dfb0bfb228c921fd2345d5d5fd38559feb84e Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Sat, 7 May 2022 03:02:48 +0200 Subject: [PATCH] torch library --- Dockerfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55d694a..0416f5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,16 @@ FROM ubuntu:latest FROM tensorflow/tensorflow:latest RUN apt update && apt install -y RUN apt-get install -y python3 -RUN apt-get install -y unzip +RUN apt install python3-pip -y +RUN apt install unzip -y +RUN pip3 install --upgrade pip RUN apt-get install -y python3-pip RUN apt-get install unzip RUN apt-get install wget +RUN pip3 install jovian +RUN pip3 install torch +RUN pip3 install seaborn +RUN pip3 install torchvision # RUN python3 -m pip install kaggle RUN python3 -m pip install pandas RUN pip3 install matplotlib