HOTFIX: Import agents/ folder into container
parent
8b42819184
commit
6ecb1101c8
|
|
@ -20,6 +20,7 @@ RUN pip install --no-cache-dir --no-index --find-links=/wheels \
|
|||
|
||||
# Install PyServer code
|
||||
COPY pyserver/ pyserver/
|
||||
COPY agents/ agents/
|
||||
COPY server.py .
|
||||
|
||||
CMD ["python", "server.py"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue