akpande2 commited on
Commit
c74318a
·
verified ·
1 Parent(s): 12ac596

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ COPY requirements.txt .
25
  RUN pip install --no-cache-dir -r requirements.txt
26
 
27
  # Copy application code
28
- COPY enhanced_speech_coach.py .
29
  COPY main.py .
30
 
31
  # Create directory for temporary files
 
25
  RUN pip install --no-cache-dir -r requirements.txt
26
 
27
  # Copy application code
28
+ COPY kid_coach_pipeline.py .
29
  COPY main.py .
30
 
31
  # Create directory for temporary files