File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ __pycache__/
1717
1818# Distribution / packaging
1919.Python
20+ build /
2021develop-eggs /
2122dist /
2223downloads /
@@ -197,6 +198,9 @@ coverage/
197198/src /ui /.next /
198199/src /ui /out /
199200
201+ # production
202+ build /
203+
200204# misc
201205* .pem
202206
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN python3 -m venv /opt/guidellm \
1111 && /opt/guidellm/bin/pip install --no-cache-dir /src
1212
1313# Copy entrypoint script into the venv bin directory
14- RUN install -m0755 /src/build /entrypoint.sh /opt/guidellm/bin/entrypoint.sh
14+ RUN install -m0755 /src/deploy /entrypoint.sh /opt/guidellm/bin/entrypoint.sh
1515
1616# Prod image
1717FROM docker.io/python:${PYTHON}-slim
File renamed without changes.
You can’t perform that action at this time.
0 commit comments