Apply hotfixes from branch bram/sneaky-hotfix
parent
1d78cdfd4d
commit
d7ac20a6dd
|
|
@ -10,11 +10,9 @@
|
|||
from .agent import Agent
|
||||
from .chaos import AgentOfChaos
|
||||
from .mute import MuteAgent
|
||||
from .remote import RemoteAgent
|
||||
|
||||
__all__ = [
|
||||
"Agent",
|
||||
"AgentOfChaos",
|
||||
"MuteAgent",
|
||||
"RemoteAgent",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ RUN pip install --no-cache-dir --no-index --find-links=/wheels \
|
|||
-r requirements-pyserver.txt && rm -rf /wheels
|
||||
|
||||
# Install PyServer code
|
||||
COPY agents/ agents/
|
||||
COPY pyserver/ pyserver/
|
||||
COPY server.py .
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue