Loading src/service/Dockerfile +0 −4 Original line number Diff line number Diff line Loading @@ -32,10 +32,6 @@ RUN python3 -m pip install --upgrade pip RUN python3 -m pip install --upgrade setuptools wheel RUN python3 -m pip install --upgrade pip-tools # Install Flask globally RUN python3 -m pip install --upgrade pip RUN python3 -m pip install flask # Get common Python packages # Note: this step enables sharing the previous Docker build steps among all the Python components WORKDIR /var/teraflow Loading Loading
src/service/Dockerfile +0 −4 Original line number Diff line number Diff line Loading @@ -32,10 +32,6 @@ RUN python3 -m pip install --upgrade pip RUN python3 -m pip install --upgrade setuptools wheel RUN python3 -m pip install --upgrade pip-tools # Install Flask globally RUN python3 -m pip install --upgrade pip RUN python3 -m pip install flask # Get common Python packages # Note: this step enables sharing the previous Docker build steps among all the Python components WORKDIR /var/teraflow Loading