Skip to content

Commit

Permalink
Removed automatic installation of python modules
Browse files Browse the repository at this point in the history
  • Loading branch information
EvertBunschoten committed Oct 29, 2024
1 parent 28b249b commit f670b54
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ RUN apt-get update && apt-get install -y \
git \
build-essential \
ccache \
&& python3 -m pip install tensorflow \
pickledb \
CoolProp \
cantera \
tqdm \
python-csv \
matplotlib \
scikit-learn \
&& rm -rf /var/lib/apt/lists/* \
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 10 \
&& /usr/sbin/update-ccache-symlinks \
Expand Down

0 comments on commit f670b54

Please sign in to comment.