feat: update python in docker to 3.10

This commit is contained in:
lanvent
2023-03-30 00:32:40 +08:00
parent 90ccb091ca
commit 4bcd76fe93
5 changed files with 24 additions and 37 deletions

View File

@@ -1,8 +1,4 @@
#!/bin/bash
# move chatgpt-on-wechat
tar -zcf chatgpt-on-wechat.tar.gz --exclude=../../chatgpt-on-wechat/docker ../../chatgpt-on-wechat
# build image
docker build -f Dockerfile.latest \
cd .. && docker build -f Dockerfile \
-t zhayujie/chatgpt-on-wechat .