Commit 973991ea authored by Tung, Chi-Huan's avatar Tung, Chi-Huan
Browse files

updated dockerfile

parent 4b59a384
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -14,10 +14,12 @@ RUN apt-get update \
  && apt-get clean

RUN pip3 install pip==21.3.1
RUN pip3 install scipy numpy matplotlib lmfit
RUN pip3 install scipy numpy matplotlib
RUN pip3 install numdifftools
RUN pip3 install lmfit
RUN pip3 install --upgrade tensorflow
RUN pip3 install tensorrt
RUN pip3 install numdifftools


COPY /src /src