Kavya988 commited on
Commit
cfec845
·
verified ·
1 Parent(s): 2fb512c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY environment/ ./environment/
 
9
  COPY tests/ ./tests/
10
  COPY app.py .
11
  COPY inference.py .
 
6
  RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY environment/ ./environment/
9
+ COPY tasks/ ./tasks/
10
  COPY tests/ ./tests/
11
  COPY app.py .
12
  COPY inference.py .