File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ ENV TORCHTEXT_VERSION=0.10.0
8
8
ENV TENSORBOARDX_VERSION=2.1
9
9
10
10
RUN python3 -m pip uninstall -y torch && \
11
+ python3 -m pip install -U setuptools pip && \
11
12
python3 -m pip install --no-cache-dir \
12
13
https://download.pytorch.org/whl/cu111/torch-${PYTORCH_VERSION}%2Bcu111-cp38-cp38-linux_x86_64.whl \
13
14
https://download.pytorch.org/whl/cu111/torchvision-${TORCHVISION_VERSION}%2Bcu111-cp38-cp38-linux_x86_64.whl \
14
15
https://download.pytorch.org/whl/torchaudio-${TORCHAUDIO_VERSION}-cp38-cp38-linux_x86_64.whl \
15
16
https://download.pytorch.org/whl/cu111/torchcsprng-0.2.1%2Bcu111-cp38-cp38-linux_x86_64.whl \
16
- https://download.pytorch.org/whl/torchserve-0.4 .0-py2.py3-none-any.whl \
17
+ https://download.pytorch.org/whl/torchserve-0.3 .0-py2.py3-none-any.whl \
17
18
https://download.pytorch.org/whl/torchtext-${TORCHTEXT_VERSION}-cp38-cp38-linux_x86_64.whl \
18
19
jsonargparse \
19
20
torchmetrics \
@@ -22,6 +23,7 @@ RUN python3 -m pip uninstall -y torch && \
22
23
PyYAML>=5.1 \
23
24
pretrainedmodels \
24
25
cnn-finetune \
26
+ keras4torch \
25
27
pytorch-lightning && \
26
28
python3 -m pip install --no-cache-dir tensorboardX==${TENSORBOARDX_VERSION}
27
29
You can’t perform that action at this time.
0 commit comments