From 611cedbdbb616715d2710e488d66b8b6fe10306a Mon Sep 17 00:00:00 2001 From: Odile Kemghou <128539129+okemghou@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:22:39 -0500 Subject: [PATCH] Update Dockerfile --- etl/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etl/Dockerfile b/etl/Dockerfile index 6c438ea..96f7b1e 100644 --- a/etl/Dockerfile +++ b/etl/Dockerfile @@ -16,3 +16,6 @@ RUN pip install --no-cache numpy==1.26.4 \ RUN python -c 'import tensorflow_hub as hub; hub.load("https://tfhub.dev/google/universal-sentence-encoder/4")' WORKDIR /code + +# Run the command to start your app +CMD ["python", "run.py"]