jokester commited on
Commit
a9e96ad
·
1 Parent(s): 47ecf0e

update code revision

Browse files
Files changed (1) hide show
  1. 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/acdde02ef8e0746e47b3cc7ffb07e2bbca6876eb.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
 
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