rogerxavier commited on
Commit
987d78e
1 Parent(s): a5b5e30

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.9
2
  RUN apt update && apt install -y libgl1-mesa-glx
3
- #USER root
4
  COPY . .
5
 
6
  ##安装imagemagic ,linux使用convert路径即可
 
1
  FROM python:3.9
2
  RUN apt update && apt install -y libgl1-mesa-glx
3
+ USER root
4
  COPY . .
5
 
6
  ##安装imagemagic ,linux使用convert路径即可