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.
2 parents 3815cda + b5db660 commit 3bb6dadCopy full SHA for 3bb6dad
docker/Dockerfile
@@ -63,7 +63,7 @@ RUN TORCH_VER=$(curl --silent --location https://pypi.org/pypi/torch/json | pyth
63
else \
64
pip install --no-cache-dir torch==$TORCH_VER+cpu torchvision==$TORCH_VISION_VER+cpu -f https://download.pytorch.org/whl/torch_stable.html; \
65
fi
66
-RUN pip install --no-cache-dir captum torchtext torchserve torch-model-archiver
+RUN pip install -U setuptools && pip install --no-cache-dir captum torchtext torchserve torch-model-archiver
67
68
# Final image for production
69
FROM ${BASE_IMAGE} AS runtime-image
0 commit comments