rogerxavier commited on
Commit
454b7dc
1 Parent(s): 601fac8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -3,8 +3,8 @@ RUN apt update && apt install -y libgl1-mesa-glx
3
 
4
 
5
  ##安装imagemagic ,linux使用convert路径即可
6
- RUN apt install -y ImageMagick
7
- ENV IMAGEMAGICK_BINARY=convert
8
  ##安装imagemagic
9
 
10
  RUN pip install -U pip
 
3
 
4
 
5
  ##安装imagemagic ,linux使用convert路径即可
6
+ RUN apt install -y imagemagick
7
+ ENV IMAGEMAGICK_BINARY=/usr/bin/convert
8
  ##安装imagemagic
9
 
10
  RUN pip install -U pip