Anirudh Esthuri commited on
Commit
8629ce2
·
1 Parent(s): d339335

Copy test app in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -22,6 +22,7 @@ RUN pip install --no-cache-dir -r requirements.txt
22
 
23
  # Copy all application files
24
  COPY app.py .
 
25
  COPY gateway_client.py .
26
  COPY llm.py .
27
  COPY model_config.py .
 
22
 
23
  # Copy all application files
24
  COPY app.py .
25
+ COPY app_test.py .
26
  COPY gateway_client.py .
27
  COPY llm.py .
28
  COPY model_config.py .