Spaces:
Sleeping
Sleeping
Commit
·
42bfd0c
1
Parent(s):
08cc91a
oh brother
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -122,6 +122,8 @@ RUN python -m pip install --no-cache-dir --force-reinstall \
|
|
| 122 |
"tensorflow-text-nightly==2.20.0.dev20250316" \
|
| 123 |
"tf-hub-nightly"
|
| 124 |
|
|
|
|
|
|
|
| 125 |
RUN python -m pip install huggingface_hub
|
| 126 |
|
| 127 |
RUN python -m pip install --no-cache-dir --force-reinstall "protobuf==4.25.3"
|
|
|
|
| 122 |
"tensorflow-text-nightly==2.20.0.dev20250316" \
|
| 123 |
"tf-hub-nightly"
|
| 124 |
|
| 125 |
+
RUN python -m pip install "jaxlib==0.6.2"
|
| 126 |
+
|
| 127 |
RUN python -m pip install huggingface_hub
|
| 128 |
|
| 129 |
RUN python -m pip install --no-cache-dir --force-reinstall "protobuf==4.25.3"
|