Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Co <[email protected]>
  • Loading branch information
onimsha committed Oct 24, 2024
1 parent c2dfabb commit 2b07f23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/Dockerfile.model_server
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ ARG DANSWER_VERSION=0.3-dev
ENV DANSWER_VERSION=${DANSWER_VERSION} \
DANSWER_RUNNING_IN_DOCKER="true"

# Set noninteractive mode for tzdata installation
ENV DEBIAN_FRONTEND=noninteractive

# Set your desired timezone
ENV TZ=Etc/UTC

RUN echo "DANSWER_VERSION: ${DANSWER_VERSION}"

Expand Down

0 comments on commit 2b07f23

Please sign in to comment.