Begin implementation, basic inferenece
This commit is contained in:
@@ -5,8 +5,9 @@ COPY ./sia/ /root/sia/
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
FROM requirements AS test
|
||||
COPY ./tests/ /root/tests/
|
||||
COPY ./test/ /root/test/
|
||||
RUN mkdir -p /root/model
|
||||
CMD python3 -m unittest discover tests
|
||||
CMD ["python3", "-m", "unittest", "discover", "-p", "*test.py", "-v"]
|
||||
|
||||
FROM requirements
|
||||
FROM requirements
|
||||
CMD ["python3", "-m", "sia"]
|
||||
Reference in New Issue
Block a user