Skip to content

Commit

Permalink
Add demo ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Sep 7, 2024
1 parent d2bd128 commit 05323ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cuda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ RUN pip install spacy==3.7.4 && \
python -m spacy download en_core_web_sm
COPY . .
EXPOSE 8091
CMD uvicorn app:app --host 0.0.0.0 --port 8091 --workers 1 --proxy-headers
EXPOSE 8502
CMD streamlit run ui.py & uvicorn app:app --host 0.0.0.0 --port 8091 --workers 1 --proxy-headers

0 comments on commit 05323ef

Please sign in to comment.