XcodeAddy commited on
Commit
9211c5d
·
1 Parent(s): a36db1b

Include cluster modules in Space image

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile CHANGED
@@ -32,6 +32,13 @@ COPY difficulty_controller.py .
32
  COPY scenarios.py .
33
  COPY openenv.yaml .
34
  COPY inference.py .
 
 
 
 
 
 
 
35
  COPY README.md .
36
  COPY pyproject.toml .
37
  COPY server ./server
 
32
  COPY scenarios.py .
33
  COPY openenv.yaml .
34
  COPY inference.py .
35
+ COPY adversary.py .
36
+ COPY audit_ledger.py .
37
+ COPY cluster_rewards.py .
38
+ COPY cluster_trust_env.py .
39
+ COPY cluster_workers.py .
40
+ COPY gpu_pool.py .
41
+ COPY job_queue.py .
42
  COPY README.md .
43
  COPY pyproject.toml .
44
  COPY server ./server