Skip to content

Commit

Permalink
0.9.8.8
Browse files Browse the repository at this point in the history
#####
1. 更新Dockerfile

#####
  • Loading branch information
Xingsandesu committed Jan 19, 2024
1 parent 9926911 commit 64b116b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM python:3.11.7-alpine
FROM python:3.10.13-slim-bullseye
LABEL authors="huxin"

# 安装依赖
RUN apk update && \
apk add --no-cache gcc python3-dev ca-certificates
RUN apt update -y && \
apt install -y gcc python3-dev ca-certificates

WORKDIR /taichi_os

Expand Down

0 comments on commit 64b116b

Please sign in to comment.