Commit 95ea7ecf authored by Pedro Duarte's avatar Pedro Duarte
Browse files

add new module to Dockerfile

parent 9a16d947
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -55,6 +55,10 @@ RUN pip-compile --quiet --output-file=common_requirements.txt common_requirement
RUN python3 -m pip install -r common_requirements.txt

# Add common files into working directory
WORKDIR /var/teraflow/inter_device_translation
COPY src/inter_device_translation/. ./

# Add device translation files into working directory
WORKDIR /var/teraflow/common
COPY src/common/. ./
RUN rm -rf proto