Skip to content

Commit 3bb6dad

Browse files
authored
Merge pull request #1346 from pytorch/msaroufim-patch-10
2 parents 3815cda + b5db660 commit 3bb6dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN TORCH_VER=$(curl --silent --location https://pypi.org/pypi/torch/json | pyth
6363
else \
6464
pip install --no-cache-dir torch==$TORCH_VER+cpu torchvision==$TORCH_VISION_VER+cpu -f https://download.pytorch.org/whl/torch_stable.html; \
6565
fi
66-
RUN pip install --no-cache-dir captum torchtext torchserve torch-model-archiver
66+
RUN pip install -U setuptools && pip install --no-cache-dir captum torchtext torchserve torch-model-archiver
6767

6868
# Final image for production
6969
FROM ${BASE_IMAGE} AS runtime-image

0 commit comments

Comments
 (0)