Skip to content

Commit

Permalink
* try to fix the scipy installation error
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool committed Nov 26, 2024
1 parent 8ade9b5 commit f260c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update \

# install 3rd-party system dependencies
RUN apt-get update \
&& apt-get install ffmpeg libsm6 libxext6 software-properties-common build-essential cmake -y
&& apt-get install ffmpeg libsm6 libxext6 software-properties-common build-essential cmake gfortran libopenblas-dev liblapack-dev -y

# prepare the java env
WORKDIR /opt
Expand Down

0 comments on commit f260c90

Please sign in to comment.