syedMohib44 commited on
Commit
9b3da4f
·
1 Parent(s): 729a6b2
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN pip install --no-cache-dir -r requirements.txt
6
 
7
  WORKDIR /app
8
  COPY app.py .
9
- COPY dataset /tmp
10
 
11
  # Hugging Face cache fix
12
  ENV TRANSFORMERS_CACHE=/app/models/.cache
 
6
 
7
  WORKDIR /app
8
  COPY app.py .
9
+ COPY dataset ./dataset
10
 
11
  # Hugging Face cache fix
12
  ENV TRANSFORMERS_CACHE=/app/models/.cache