adityas129 commited on
Commit
2fe4ab1
·
verified ·
1 Parent(s): b235634

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -71,7 +71,7 @@ RUN sed -i '/import tensorflow_text as tf_text/d' /usr/local/lib/python3.11/dist
71
 
72
  # 4) Install TF stable (should respect protobuf constraint)
73
  RUN python -m pip install \
74
- "tf-nightly==2.21.0.dev20250909" \
75
  "tensorflow-hub==0.16.1"
76
 
77
  # 5) Install magenta-rt without deps
 
71
 
72
  # 4) Install TF stable (should respect protobuf constraint)
73
  RUN python -m pip install \
74
+ "tf-nightly" \
75
  "tensorflow-hub==0.16.1"
76
 
77
  # 5) Install magenta-rt without deps