Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ rm -rf /var/lib/apt/lists/*
|
|
| 10 |
COPY requirements.txt .
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
| 13 |
-
COPY
|
| 14 |
|
| 15 |
ENV HF_HOME=/tmp/huggingface-cache
|
| 16 |
ENV TOKENIZERS_PARALLELISM=false
|
|
|
|
| 10 |
COPY requirements.txt .
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
| 13 |
+
COPY app.py .
|
| 14 |
|
| 15 |
ENV HF_HOME=/tmp/huggingface-cache
|
| 16 |
ENV TOKENIZERS_PARALLELISM=false
|