Skip to content
Snippets Groups Projects
Commit 0ff45f8f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Updated Compute Dockerfile

parent 6b93b8f1
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -61,6 +61,7 @@ RUN pip-compile --quiet --output-file=requirements.txt requirements.in ...@@ -61,6 +61,7 @@ RUN pip-compile --quiet --output-file=requirements.txt requirements.in
RUN python3 -m pip install -r requirements.txt RUN python3 -m pip install -r requirements.txt
# Add component files into working directory # Add component files into working directory
WORKDIR /var/teraflow
COPY src/compute/. compute/ COPY src/compute/. compute/
COPY src/context/. context/ COPY src/context/. context/
COPY src/service/. service/ COPY src/service/. service/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment