Skip to content

Commit 0cf4e0f

Browse files
committed
change python path to ../local/bin to ensure latest in container installed python is used
1 parent fc73551 commit 0cf4e0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ ARG VERSION=dev
3838
RUN sed -i "s/__version__ = .*/__version__ = '${VERSION}'/" /operator_ui/__init__.py
3939

4040
WORKDIR /
41-
CMD ["/usr/bin/python3", "-m", "operator_ui"]
41+
CMD ["/usr/local/bin/python3", "-m", "operator_ui"]

ui/start_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
/usr/bin/python3 -m operator_ui
2+
/usr/local/bin/python3 -m operator_ui

0 commit comments

Comments
 (0)