We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9587f69 commit ba786edCopy full SHA for ba786ed
Dockerfile.tmpl
@@ -122,6 +122,8 @@ RUN pip install spacy && \
122
# b/356397043: magma-cuda121 is the latest version
123
{{ if eq .Accelerator "gpu" }}
124
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
127
RUN mamba install -y -c pytorch magma-cuda121 && \
128
pip install /tmp/torch/*.whl && \
129
sudo apt -y install libsox-dev && \
@@ -535,7 +537,8 @@ RUN pip install pytorch-ignite \
535
537
s3fs \
536
538
gcsfs \
539
kaggle-environments \
- geopandas \
540
+ # geopandas > v0.14.4 breaks learn tools
541
+ geopandas==v0.14.4 \
542
"shapely<2" \
543
vowpalwabbit \
544
pydub \
0 commit comments