Skip to content

Commit 827d8c2

Browse files
committed
Fix Dockerfile.
1 parent 857530a commit 827d8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.9
22

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

77
COPY ./ ./
88
WORKDIR scripts

0 commit comments

Comments
 (0)