From 94347ca375ec5e4f5a09e7985e7f3e9767dc4106 Mon Sep 17 00:00:00 2001 From: Damir Ibragimov Date: Tue, 22 Oct 2024 11:42:35 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 24e6bae..49b894e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,6 @@ FROM python ADD manual_test.py /python/manual_test.py +RUN pip install esdk-obs-python + CMD ["python3","-u","/python/manual_test.py"] \ No newline at end of file