Skip to content

Commit 7b3243a

Browse files
Update Keras version (#1692)
* Update Keras version * Update keras version
1 parent df0614a commit 7b3243a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM python:3.9
22

33
COPY requirements.txt ./
44
RUN pip install -r requirements.txt
5-
RUN pip install keras==3.0.1
5+
RUN pip install keras==3.0.2
66

77
COPY ./ ./
88
WORKDIR scripts
99
RUN python autogen.py make
1010

11-
CMD ["python", "-u", "autogen.py", "serve"]
11+
CMD ["python", "-u", "autogen.py", "serve"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository hosts the code used to generate the [keras.io](https://keras.io)
77
```
88
pip install -r requirements.txt
99
# Update Keras version to 3
10-
pip install keras==3.0.1
10+
pip install keras==3.0.2
1111
cd scripts
1212
python autogen.py make
1313
python autogen.py serve

0 commit comments

Comments
 (0)