Skip to content

Commit

Permalink
Update Dockerfile fix gpu drop issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zbwxp authored Feb 19, 2024
1 parent 508f9d4 commit a764888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt-get update && \
vim && \
# Remove the effect of `apt-get update`
rm -rf /var/lib/apt/lists/* && \
apt remove unattended-upgrades \
# Make the "en_US.UTF-8" locale
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
ENV LANG en_US.utf8
Expand Down

0 comments on commit a764888

Please sign in to comment.