Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,12 +25,12 @@ RUN pip install --no-cache-dir \
|
|
25 |
matplotlib \
|
26 |
xarray \
|
27 |
scipy \
|
28 |
-
haiku \
|
29 |
dm-haiku \
|
30 |
optax \
|
31 |
cartopy \
|
32 |
google-cloud-storage \
|
33 |
ipywidgets \
|
|
|
34 |
gradio>=4.0.0 \
|
35 |
git+https://github.com/deepmind/graphcast.git
|
36 |
|
|
|
25 |
matplotlib \
|
26 |
xarray \
|
27 |
scipy \
|
|
|
28 |
dm-haiku \
|
29 |
optax \
|
30 |
cartopy \
|
31 |
google-cloud-storage \
|
32 |
ipywidgets \
|
33 |
+
pillow \
|
34 |
gradio>=4.0.0 \
|
35 |
git+https://github.com/deepmind/graphcast.git
|
36 |
|