adityas129 commited on
Commit
1a2aabc
·
verified ·
1 Parent(s): aebdd9f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -65,7 +65,7 @@ RUN python -m pip install "seqio==0.0.11"
65
 
66
  # 3) TF nightlies - MATCHING DATES!
67
  RUN python -m pip install --no-cache-dir \
68
- "tf-nightly" \
69
  "tensorflow-text-nightly" \
70
  "tf-hub-nightly"
71
 
 
65
 
66
  # 3) TF nightlies - MATCHING DATES!
67
  RUN python -m pip install --no-cache-dir \
68
+ "tf-nightly==2.20.0.dev20250708" \
69
  "tensorflow-text-nightly" \
70
  "tf-hub-nightly"
71