Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 16, 2024
1 parent 07397f6 commit 674b143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "truss"
version = "0.9.32.dev-35"
version = "0.9.32.dev-36"
description = "A seamless bridge from model development to model delivery"
license = "MIT"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions truss/templates/server.Dockerfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ RUN python3 -m venv /control/.env \
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
curl nginx python3-pip && \
rm -rf /var/lib/apt/lists/*
RUN pip3 install supervisor==4.2.5
COPY ./proxy.conf /etc/nginx/conf.d/proxy.conf
RUN mkdir -p /var/log/supervisor
ENV SUPERVISOR_CONFIG_FILE "/etc/supervisor/supervisord.conf"
Expand Down

0 comments on commit 674b143

Please sign in to comment.