Spaces:
Runtime error
Runtime error
update code revision
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ USER runtime-user
|
|
| 10 |
RUN mkdir -pv /app/storage \
|
| 11 |
&& uv venv --clear --python=3.11 /app/venv
|
| 12 |
|
| 13 |
-
RUN curl -L https://github.com/moeflow-com/manga-image-translator/archive/
|
| 14 |
# not caching pip: HF space does not seem to have layer cache anyway
|
| 15 |
# the extra "setuptools" is necessary to run
|
| 16 |
RUN UV_PYTHON=venv uv pip install --no-cache -r requirements-moeflow.txt setuptools
|
|
|
|
| 10 |
RUN mkdir -pv /app/storage \
|
| 11 |
&& uv venv --clear --python=3.11 /app/venv
|
| 12 |
|
| 13 |
+
RUN curl -L https://github.com/moeflow-com/manga-image-translator/archive/ced5e5ef161a8ba94c470022f5b31e7914cc0e15.tar.gz | tar xvz --strip-components=1
|
| 14 |
# not caching pip: HF space does not seem to have layer cache anyway
|
| 15 |
# the extra "setuptools" is necessary to run
|
| 16 |
RUN UV_PYTHON=venv uv pip install --no-cache -r requirements-moeflow.txt setuptools
|