diff --git a/Dockerfile b/Dockerfile index a49c723..21dc4f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file diff --git a/README.md b/README.md index 9306741..a2e34ed 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ title: Responsible AI resources sdk: docker app_file: app.py -pinned: false +pinned: true +license: mit --- # Responsible AI literature dash