Update Dockerfile
Browse files- 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
|
| 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
|