Skip to content

Commit

Permalink
Add dependencies (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmccrackan authored Feb 6, 2025
1 parent f79c357 commit 9c1b073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ RUN pip install .

# Run server
EXPOSE 8010
ENTRYPOINT ["dumb-init", "gunicorn", "--bind", "0.0.0.0:8010", "scheduler_server.app:app"]
ENTRYPOINT ["dumb-init", "gunicorn", "--bind", "0.0.0.0:8010", "--timeout", "120", "scheduler_server.app:app"]
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ pyyaml
pandas
python-dotenv
requests
socs
sorunlib
git+https://github.com/simonsobs/scheduler.git

0 comments on commit 9c1b073

Please sign in to comment.