rogerxavier
commited on
Commit
•
fa7ef94
1
Parent(s):
57252f2
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -16,8 +16,7 @@ COPY requirements.txt .
|
|
16 |
RUN pip install -r requirements.txt
|
17 |
|
18 |
COPY . .
|
19 |
-
|
20 |
-
RUN .magick -h
|
21 |
|
22 |
EXPOSE 7860
|
23 |
|
|
|
16 |
RUN pip install -r requirements.txt
|
17 |
|
18 |
COPY . .
|
19 |
+
ENV IMAGEMAGICK_BINARY=/magick
|
|
|
20 |
|
21 |
EXPOSE 7860
|
22 |
|