Skip to content

Commit 605e8e1

Browse files
committed
support pytorch lightning
1 parent 8ad6e85 commit 605e8e1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

python-pytorch/Dockerfile.1.8-py38-cuda11.1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ RUN python3 -m pip uninstall -y torch && \
1515
https://download.pytorch.org/whl/torchaudio-${TORCHAUDIO_VERSION}-cp38-cp38-linux_x86_64.whl \
1616
https://download.pytorch.org/whl/cu111/torchcsprng-0.2.1%2Bcu111-cp38-cp38-linux_x86_64.whl \
1717
https://download.pytorch.org/whl/torchserve-0.3.0-py2.py3-none-any.whl \
18-
https://download.pytorch.org/whl/torchtext-${TORCHTEXT_VERSION}-cp38-cp38-linux_x86_64.whl && \
18+
https://download.pytorch.org/whl/torchtext-${TORCHTEXT_VERSION}-cp38-cp38-linux_x86_64.whl \
19+
jsonargparse \
20+
torchmetrics \
21+
pyDeprecate \
22+
fsspec[http]>=2021.05.0 \
23+
PyYAML>=5.1 \
24+
pytorch-lightning && \
1925
python3 -m pip install --no-cache-dir tensorboardX==${TENSORBOARDX_VERSION}
2026

2127
# torch2trt PyTorch to TensorRT converter which utilizes the TensorRT Python API

0 commit comments

Comments
 (0)