Reham1 commited on
Commit
8f2af7c
·
verified ·
1 Parent(s): c0ef286

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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