Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
| 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
|