Skip to content

Commit

Permalink
Update ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Lajcisvk committed Mar 5, 2024
1 parent fefdc64 commit 5017c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ COPY . .
RUN python -m pip install ".[gpu,cli]"
RUN python -c 'from rembg.bg import download_models; download_models()'

EXPOSE 5000
EXPOSE 7000
ENTRYPOINT ["rembg"]
CMD ["s", "-t 8"]
2 changes: 1 addition & 1 deletion docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ services:
tty: true
stdin_open: true
ports:
- "6100:5000"
- "6100:7000"
environment:
OMP_NUM_THREADS: 4

0 comments on commit 5017c62

Please sign in to comment.