Loading src/compute/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ RUN pip-compile --quiet --output-file=requirements.txt requirements.in RUN python3 -m pip install -r requirements.txt # Add component files into working directory WORKDIR /var/teraflow COPY src/compute/. compute/ COPY src/context/. context/ COPY src/service/. service/ Loading Loading
src/compute/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ RUN pip-compile --quiet --output-file=requirements.txt requirements.in RUN python3 -m pip install -r requirements.txt # Add component files into working directory WORKDIR /var/teraflow COPY src/compute/. compute/ COPY src/context/. context/ COPY src/service/. service/ Loading