Skip to content

Commit 457cc39

Browse files
committed
set PYTHONUNBUFFERED
1 parent 5cfd102 commit 457cc39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ LABEL com.ibm.description="This tool translates the IBM Spectrum Scale performan
99
to the query requests acceptable by the Grafana integrated openTSDB plugin"
1010
LABEL com.ibm.summary="It allows the IBM Spectrum Scale users to perform performance monitoring for IBM Spectrum Scale devices using Grafana"
1111

12+
ENV PYTHONDONTWRITEBYTECODE 1
13+
ENV PYTHONUNBUFFERED 1
14+
1215
COPY ./requirements/requirements_ubi8.txt /root/requirements_ubi8.txt
1316

1417
RUN yum install -y python36 python36-devel

0 commit comments

Comments
 (0)