Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ COPY requirements.txt .
|
|
| 11 |
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
-
COPY
|
| 15 |
|
| 16 |
ENV HF_HOME=/tmp/huggingface_cache
|
| 17 |
ENV TRANSFORMERS_CACHE=/tmp/huggingface_cache
|
|
|
|
| 11 |
|
| 12 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 13 |
|
| 14 |
+
COPY src/ ./
|
| 15 |
|
| 16 |
ENV HF_HOME=/tmp/huggingface_cache
|
| 17 |
ENV TRANSFORMERS_CACHE=/tmp/huggingface_cache
|