Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
okemghou authored Nov 27, 2024
1 parent d30ac10 commit 611cedb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 611cedb

Please sign in to comment.