Skip to content

Commit

Permalink
removed unstract user from prompt service dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Jaseem Jas <[email protected]>
  • Loading branch information
jaseemjaskp authored Mar 7, 2024
1 parent 6ee20b0 commit 07fe3ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/dockerfiles/prompt.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,5 @@ RUN mkdir prompt-studio-data

EXPOSE 3003

USER unstract

# During debugging, this entry point will be overridden. For more information, please refer to https://aka.ms/vscode-docker-python-debug
CMD [".venv/bin/gunicorn", "--bind", "0.0.0.0:3003", "--timeout", "300", "unstract.prompt_service.main:app"]

0 comments on commit 07fe3ce

Please sign in to comment.