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__/
17
17
18
18
# Distribution / packaging
19
19
.Python
20
+ build /
20
21
develop-eggs /
21
22
dist /
22
23
downloads /
@@ -197,6 +198,9 @@ coverage/
197
198
/src /ui /.next /
198
199
/src /ui /out /
199
200
201
+ # production
202
+ build /
203
+
200
204
# misc
201
205
* .pem
202
206
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN python3 -m venv /opt/guidellm \
11
11
&& /opt/guidellm/bin/pip install --no-cache-dir /src
12
12
13
13
# 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
15
15
16
16
# Prod image
17
17
FROM docker.io/python:${PYTHON}-slim
File renamed without changes.
You can’t perform that action at this time.
0 commit comments