Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
|
@@ -19,9 +19,13 @@ WORKDIR /app
|
|
| 19 |
RUN git clone https://github.com/overleaf/toolkit.git /app/toolkit
|
| 20 |
WORKDIR /app/toolkit
|
| 21 |
|
|
|
|
|
|
|
| 22 |
# Toolkitの初期化
|
| 23 |
RUN bin/init
|
| 24 |
|
|
|
|
|
|
|
| 25 |
# --- Hugging Face 用の重要な設定変更 ---
|
| 26 |
# 1. 公開ポートを 80 から 7860 に変更
|
| 27 |
RUN sed -i 's/OVERLEAF_PORT=80/OVERLEAF_PORT=7860/g' config/overleaf.rc
|
|
|
|
| 19 |
RUN git clone https://github.com/overleaf/toolkit.git /app/toolkit
|
| 20 |
WORKDIR /app/toolkit
|
| 21 |
|
| 22 |
+
RUN pip install distutils
|
| 23 |
+
|
| 24 |
# Toolkitの初期化
|
| 25 |
RUN bin/init
|
| 26 |
|
| 27 |
+
|
| 28 |
+
|
| 29 |
# --- Hugging Face 用の重要な設定変更 ---
|
| 30 |
# 1. 公開ポートを 80 から 7860 に変更
|
| 31 |
RUN sed -i 's/OVERLEAF_PORT=80/OVERLEAF_PORT=7860/g' config/overleaf.rc
|