tuanhqv123 commited on
Commit
010fa18
·
verified ·
1 Parent(s): 93ddcd4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ WORKDIR /app
9
  COPY --chown=user ./requirements.txt requirements.txt
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
- # BỎ phần pre-download models để tránh timeout
13
  # RUN python -c "from transformers import..."
14
 
15
  COPY --chown=user . /app
 
9
  COPY --chown=user ./requirements.txt requirements.txt
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
+ # BỎ phần pre-download models
13
  # RUN python -c "from transformers import..."
14
 
15
  COPY --chown=user . /app