Skip to content

Commit 2512cca

Browse files
Update TF_VERSION to fix CI Action workflow (keras-team#301)
1 parent 2e5d61d commit 2512cca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
container-test:
2-
docker build --build-arg TF_VERSION=2.3.0-rc0 -t keras-io .
2+
docker build --build-arg TF_VERSION=2.4.0-rc0 -t keras-io .
33
docker run --rm -d -p 8000:8000 --name keras-io-server keras-io
44
sleep 10
55
docker exec keras-io-server echo I am alive

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ mdx_truly_sane_lists
66
sphinx~=3.0.3
77
black==19.10b0
88
pathlib
9-
tf-nightly~=2.3.0.dev20200610
9+
tf-nightly~=2.4.0.dev20201023
1010
PyYAML

0 commit comments

Comments
 (0)