Loading src/compute/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ RUN python3 -m pip install -r compute/requirements.in # Add files into working directory COPY common/. common COPY compute/. compute COPY context/. context COPY service/. service # Start compute service Loading Loading
src/compute/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,7 @@ RUN python3 -m pip install -r compute/requirements.in # Add files into working directory COPY common/. common COPY compute/. compute COPY context/. context COPY service/. service # Start compute service Loading