Optimize docker build

This commit is contained in:
Zofia Galla 2021-05-02 17:47:23 +02:00
parent 32a9423915
commit 8410fda504

View File

@ -15,6 +15,6 @@ RUN pip3 install sklearn
RUN pip3 install pandas
RUN pip3 install seaborn
RUN pip3 install matplotlib
RUN pip3 install tensorflow
RUN pip3 install --no-cache-dir tensorflow
CMD ./run.sh