Skip to content

Commit

Permalink
fix: resolve some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tph-kds committed Oct 21, 2024
1 parent 67048c7 commit 5805147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:


gradio:
image: ${{ secrets.DOCKERHUB_USERNAME }}/trimrag-gradio:latest
image: ${{ secrets.DOCKERHUB_USERNAME }}$$/trimrag-gradio:latest
ports:
- 7860:7860
restart: unless-stopped
Expand All @@ -53,7 +53,7 @@ services:


streamlit:
image: ${{ secrets.DOCKERHUB_USERNAME }}/trimrag-streamlit:latest
image: ${{ secrets.DOCKERHUB_USERNAME }}$$/trimrag-streamlit:latest
ports:
- 8501:8501
restart: unless-stopped
Expand Down

0 comments on commit 5805147

Please sign in to comment.