Skip to content

Commit

Permalink
Add gpu docker image timezone for China (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
paradiseHIT authored Jun 20, 2024
1 parent 5e4b667 commit cdeb9e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ RUN mv pyproject_gpu.toml pyproject.toml \
RUN poetry install && rm -rf $POETRY_CACHE_DIR

FROM python:3.10-slim AS prod

RUN rm -rf /etc/localtime && ln -s /usr/share/zoneinfo/Asia/Harbin /etc/localtime

ENV VIRTUAL_ENV=/app/.venv \
PATH="/app/.venv/bin:$PATH"

Expand Down

0 comments on commit cdeb9e4

Please sign in to comment.