Skip to content

Commit ba786ed

Browse files
authored
Learntool fix gp (#1417)
1 parent 9587f69 commit ba786ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile.tmpl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ RUN pip install spacy && \
122122
# b/356397043: magma-cuda121 is the latest version
123123
{{ if eq .Accelerator "gpu" }}
124124
COPY --from=torch_whl /tmp/whl/*.whl /tmp/torch/
125+
# b/356397043: We are currently using cuda 12.3,
126+
# but magma-cuda121 is the latest compatible version
125127
RUN mamba install -y -c pytorch magma-cuda121 && \
126128
pip install /tmp/torch/*.whl && \
127129
sudo apt -y install libsox-dev && \
@@ -535,7 +537,8 @@ RUN pip install pytorch-ignite \
535537
s3fs \
536538
gcsfs \
537539
kaggle-environments \
538-
geopandas \
540+
# geopandas > v0.14.4 breaks learn tools
541+
geopandas==v0.14.4 \
539542
"shapely<2" \
540543
vowpalwabbit \
541544
pydub \

0 commit comments

Comments
 (0)