Skip to content

Commit

Permalink
feat: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankGTY committed Sep 26, 2024
1 parent 6ba1be6 commit d6ecb59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ WORKDIR /root
ENV AITUTOR_ROOT=/root/aitutor_data

# 初始化环境
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo "Asia/Shanghai" > /etc/timezone
# RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
# echo "Asia/Shanghai" > /etc/timezone
RUN --mount=type=cache,target=/var/cache/apt apt-get update -y && \
apt-get install -y git vim && \
apt-get install -y --no-install-recommends libgl1 libglib2.0-0 && \
Expand Down

0 comments on commit d6ecb59

Please sign in to comment.