Skip to content

Commit

Permalink
updated nixtla model
Browse files Browse the repository at this point in the history
  • Loading branch information
attilabalint committed Jun 20, 2024
1 parent aac65c4 commit 1dbd1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions models/nixtla-timegpt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.9-slim-bookworm
FROM python:3.11-slim-bookworm

WORKDIR /usr/local/app

Expand All @@ -7,7 +7,5 @@ RUN pip install --no-cache-dir -r /usr/local/app/requirements.txt

COPY ./src /usr/local/app/src

ENV ENFOBENCH_MODEL_LONG_HORIZON=0

EXPOSE 3000
CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "3000", "--workers", "1"]
2 changes: 1 addition & 1 deletion models/nixtla-timegpt/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
enfobench>=0.6.0,<0.7.0
enfobench>=0.7.0,<0.8.0
nixtla==0.5.1
pyrate-limiter==3.6.1

0 comments on commit 1dbd1f6

Please sign in to comment.