Skip to content

Commit

Permalink
Support SymPy only in the latest images
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed Nov 19, 2023
1 parent f7bcb04 commit 6eaa796
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 0 additions & 4 deletions build-octave-5.docker
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ RUN apt-get --yes update && \
pkg-config \
portaudio19-dev \
pstoedit \
python3-pip \
qtbase5-dev \
qttools5-dev \
qttools5-dev-tools \
Expand All @@ -98,9 +97,6 @@ RUN apt-get --yes update && \
xvfb \
zlib1g-dev \
zip && \
pip3 install --upgrade --no-cache-dir \
pip \
sympy && \
apt-get --yes clean && \
apt-get --yes autoremove && \
rm -Rf /var/lib/apt/lists/*
Expand Down
4 changes: 0 additions & 4 deletions build-octave-6.docker
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ RUN apt-get --yes update && \
pkg-config \
portaudio19-dev \
pstoedit \
python3-pip \
qtbase5-dev \
qttools5-dev \
qttools5-dev-tools \
Expand All @@ -98,9 +97,6 @@ RUN apt-get --yes update && \
xvfb \
zlib1g-dev \
zip && \
pip3 install --upgrade --no-cache-dir \
pip \
sympy && \
apt-get --yes clean && \
apt-get --yes autoremove && \
rm -Rf /var/lib/apt/lists/*
Expand Down
3 changes: 2 additions & 1 deletion octave.docker
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN apt-get --yes update && \
apt-get --yes upgrade && \
pip3 install --upgrade --no-cache-dir \
pip \
sympy && \
sympy \
|| true && \
apt-get --yes clean && \
apt-get --yes autoremove && \
rm -Rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 6eaa796

Please sign in to comment.