Skip to content

Commit 06fb4ac

Browse files
Remove missing scipy dep
1 parent 934530a commit 06fb4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8/images/scipy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /usr/src/app
77
# https://scipy.github.io/devdocs/building/linux.html#debian-ubuntu
88
RUN apt-get update && \
99
apt-get -y install --no-install-recommends \
10-
gcc gfortran python-dev libopenblas-dev liblapack-dev cyt \
10+
gcc gfortran python-dev libopenblas-dev liblapack-dev \
1111
&& apt-get clean
1212

1313
# https://scipy.github.io/devdocs/dev/contributor/development_workflow.html

0 commit comments

Comments
 (0)