Update Dockerfile

This commit is contained in:
Agata 2022-05-29 13:49:17 +02:00
parent e8af09d8a7
commit 65a8275e28

View File

@ -7,6 +7,7 @@ RUN pip3 install seaborn
RUN pip3 install ipython RUN pip3 install ipython
RUN pip3 install torch RUN pip3 install torch
RUN pip3 install numpy RUN pip3 install numpy
RUN pip3 install dvc
RUN apt-get install unzip RUN apt-get install unzip
WORKDIR /app WORKDIR /app