Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Piao committed Jul 22, 2024
1 parent e362843 commit a56f96c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-alpine3.19
FROM python:3.10-alpine

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ threadpoolctl==3.2.0
tzdata==2023.3
urllib3==2.0.6
Werkzeug==3.0.0
keras==2.8.0
#keras==2.8.0
tensorflow==2.8.0
tensorflow-probability==0.14.0
protobuf==3.20.1
Expand Down

0 comments on commit a56f96c

Please sign in to comment.