Skip to content

Commit

Permalink
added models to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pbaekgaard committed Dec 11, 2023
1 parent d6894c1 commit 35f4c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ EXPOSE 3000
WORKDIR /app
COPY . .
RUN pip install --no-cache-dir --upgrade -r requirements.txt

RUN pip install --no-cache-dir --upgrade -r models.txt
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "3000"]

0 comments on commit 35f4c74

Please sign in to comment.