amanmurari commited on
Commit
0a56fb7
·
verified ·
1 Parent(s): a099b30

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -43,6 +43,9 @@ COPY --chown=user client.py ./traffic_control/client.py
43
  COPY --chown=user __init__.py ./traffic_control/__init__.py
44
  COPY --chown=user inference.py ./traffic_control/inference.py
45
  COPY --chown=user openenv.yaml ./traffic_control/openenv.yaml
 
 
 
46
  COPY --chown=user server/ ./traffic_control/server/
47
 
48
  # inference.py must also be at the container root (validator requirement)
 
43
  COPY --chown=user __init__.py ./traffic_control/__init__.py
44
  COPY --chown=user inference.py ./traffic_control/inference.py
45
  COPY --chown=user openenv.yaml ./traffic_control/openenv.yaml
46
+ COPY --chown=user dashboard.py ./traffic_control/dashboard.py
47
+ COPY --chown=user analytics.py ./traffic_control/analytics.py
48
+ COPY --chown=user arena.py ./traffic_control/arena.py
49
  COPY --chown=user server/ ./traffic_control/server/
50
 
51
  # inference.py must also be at the container root (validator requirement)