Spaces:
Sleeping
Sleeping
Copied inference.py file
Browse files- 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/
|