Skip to content

Commit

Permalink
fix hosting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PeerHerholz committed Dec 21, 2023
1 parent e644fc8 commit 90e01f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /RAI_resources_dash_app

RUN pip install -r requirements.txt

EXPOSE 8050
EXPOSE 7860

# the -u option means it's executed as 'unbuffered' which means all print statements are sent to std.out, which means they're printed in docker-compose (use for debugging)
CMD ["python", "-u", "app.py"]
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: Responsible AI resources
sdk: docker
app_file: app.py
pinned: false
pinned: true
license: mit
---

# Responsible AI literature dash
Expand Down

0 comments on commit 90e01f5

Please sign in to comment.