rishitha14 commited on
Commit
9308c6b
·
verified ·
1 Parent(s): c0c9fed

Copied inference.py file

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -15,6 +15,9 @@ RUN pip install --no-cache-dir -r requirements.txt
15
  COPY models.py .
16
  COPY client.py .
17
  COPY graders.py .
 
 
 
18
  COPY __init__.py .
19
  COPY openenv.yaml .
20
  COPY server/ server/
 
15
  COPY models.py .
16
  COPY client.py .
17
  COPY graders.py .
18
+ COPY tasks.py .
19
+ COPY inference.py .
20
+ COPY baseline.py .
21
  COPY __init__.py .
22
  COPY openenv.yaml .
23
  COPY server/ server/