mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-06 07:03:18 +08:00
reactivate pytest in dockerfile
This commit is contained in:
parent
3752d85fde
commit
95cf1d304d
@ -44,8 +44,8 @@ USER app
|
|||||||
# Run python to initialize download of SentenceTransformer model
|
# Run python to initialize download of SentenceTransformer model
|
||||||
RUN pipenv run python utils/initialize_sentence_transformer.py
|
RUN pipenv run python utils/initialize_sentence_transformer.py
|
||||||
|
|
||||||
# # pytest
|
# pytest
|
||||||
# RUN pipenv run pytest tests --disable-warnings
|
RUN pipenv run pytest tests --disable-warnings
|
||||||
|
|
||||||
# expose the port the app runs on
|
# expose the port the app runs on
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user