Spaces:
Runtime error
Runtime error
Modified dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 8 |
git \
|
| 9 |
libcairo2 \
|
| 10 |
libcairo2-dev \
|
|
|
|
| 11 |
&& rm -rf /var/lib/apt/lists/*
|
| 12 |
|
| 13 |
WORKDIR /moulinette
|
|
@@ -19,4 +20,4 @@ RUN pip3 install -r requirements.txt
|
|
| 19 |
# For Windows Docker execution, uncomment below:
|
| 20 |
#ENTRYPOINT ["streamlit", "run", "Corriger.py", "--server.port=8501", "--server.address=0.0.0.0"]
|
| 21 |
# For HuggingFace execution, uncommment below:
|
| 22 |
-
ENTRYPOINT ["streamlit", "run", "Corriger.py", "--server.port=7860"]
|
|
|
|
| 8 |
git \
|
| 9 |
libcairo2 \
|
| 10 |
libcairo2-dev \
|
| 11 |
+
imagemagick \
|
| 12 |
&& rm -rf /var/lib/apt/lists/*
|
| 13 |
|
| 14 |
WORKDIR /moulinette
|
|
|
|
| 20 |
# For Windows Docker execution, uncomment below:
|
| 21 |
#ENTRYPOINT ["streamlit", "run", "Corriger.py", "--server.port=8501", "--server.address=0.0.0.0"]
|
| 22 |
# For HuggingFace execution, uncommment below:
|
| 23 |
+
ENTRYPOINT ["streamlit", "run", "Corriger.py", "--server.port=7860"]
|