rogerxavier
commited on
Commit
•
55fcf06
1
Parent(s):
5820a81
Update Dockerfile
Browse files- Dockerfile +5 -1
Dockerfile
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
# FROM python:3.9
|
2 |
-
# RUN apt update && apt install -y libgl1-mesa-glx
|
3 |
|
4 |
|
|
|
|
|
|
|
|
|
5 |
|
6 |
# RUN pip install -U pip
|
7 |
# # #RUN pip install -U pyyaml
|
|
|
1 |
# FROM python:3.9
|
2 |
+
# RUN apt update && apt install -y libgl1-mesa-glx
|
3 |
|
4 |
|
5 |
+
# ##安装imagemagic
|
6 |
+
# RUN wget http://www.imagemagick.org/download/ImageMagick.tar.gz
|
7 |
+
|
8 |
+
# ##安装imagemagic
|
9 |
|
10 |
# RUN pip install -U pip
|
11 |
# # #RUN pip install -U pyyaml
|