Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Deployment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xander-hirsch committed Jan 30, 2022
1 parent ed466e5 commit ec0fd82
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 867 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.10

WORKDIR /usr/src/app

Expand All @@ -12,4 +12,4 @@ COPY data/*.pickle data/
RUN useradd -m myuser
USER myuser

CMD gunicorn --bind 0.0.0.0:$PORT app:server
CMD gunicorn --bind 0.0.0.0:$PORT app:server
5 changes: 1 addition & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ dash = "*"
pandas = "*"
gunicorn = "*"

[dev-packages]
jupyterlab = "*"

[requires]
python_version = "3.9"
python_version = "3.10"
Loading

0 comments on commit ec0fd82

Please sign in to comment.