Prince9868 commited on
Commit
1d963cf
·
1 Parent(s): 036294e

Fix OpenEnv grader discovery by including tasks package in Docker image

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -30,6 +30,7 @@ RUN pip install --no-cache-dir --no-deps "openenv-core>=0.2.0"
30
  # ── Step 3: Copy source and install the package itself
31
  COPY guardian_openenv/ ./guardian_openenv/
32
  COPY server/ ./server/
 
33
  COPY openenv.yaml inference.py validate_submission.py README.md ./
34
 
35
  RUN pip install --no-cache-dir --no-deps -e .
 
30
  # ── Step 3: Copy source and install the package itself
31
  COPY guardian_openenv/ ./guardian_openenv/
32
  COPY server/ ./server/
33
+ COPY tasks/ ./tasks/
34
  COPY openenv.yaml inference.py validate_submission.py README.md ./
35
 
36
  RUN pip install --no-cache-dir --no-deps -e .