We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfd102 commit 457cc39Copy full SHA for 457cc39
Dockerfile
@@ -9,6 +9,9 @@ LABEL com.ibm.description="This tool translates the IBM Spectrum Scale performan
9
to the query requests acceptable by the Grafana integrated openTSDB plugin"
10
LABEL com.ibm.summary="It allows the IBM Spectrum Scale users to perform performance monitoring for IBM Spectrum Scale devices using Grafana"
11
12
+ENV PYTHONDONTWRITEBYTECODE 1
13
+ENV PYTHONUNBUFFERED 1
14
+
15
COPY ./requirements/requirements_ubi8.txt /root/requirements_ubi8.txt
16
17
RUN yum install -y python36 python36-devel
0 commit comments