File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,13 @@ RUN python3 -m pip uninstall -y torch && \
15
15
https://download.pytorch.org/whl/torchaudio-${TORCHAUDIO_VERSION}-cp38-cp38-linux_x86_64.whl \
16
16
https://download.pytorch.org/whl/cu111/torchcsprng-0.2.1%2Bcu111-cp38-cp38-linux_x86_64.whl \
17
17
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 && \
19
25
python3 -m pip install --no-cache-dir tensorboardX==${TENSORBOARDX_VERSION}
20
26
21
27
# torch2trt PyTorch to TensorRT converter which utilizes the TensorRT Python API
You can’t perform that action at this time.
0 commit comments