From a019e83eac742d2f6be611f61bd26bdeb96488ca Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Tue, 14 Nov 2023 18:24:10 +0000 Subject: [PATCH] PathComp component: - Corrected dependencies in Dockerfile --- src/pathcomp/frontend/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pathcomp/frontend/Dockerfile b/src/pathcomp/frontend/Dockerfile index 08fe50e0f..38b164d41 100644 --- a/src/pathcomp/frontend/Dockerfile +++ b/src/pathcomp/frontend/Dockerfile @@ -66,6 +66,7 @@ COPY src/context/__init__.py context/__init__.py COPY src/context/client/. context/client/ COPY src/device/__init__.py device/__init__.py COPY src/device/client/. device/client/ +COPY src/forecaster/. forecaster/ COPY src/service/__init__.py service/__init__.py COPY src/service/client/. service/client/ COPY src/slice/__init__.py slice/__init__.py -- GitLab