Skip to content

Commit b638b8d

Browse files
committed
Uninstall Pillow to fix the vulnerability
Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
1 parent 8175e14 commit b638b8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.multi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ COPY constraints.txt /tmp/constraints.txt
7676
RUN pip3 install --no-cache-dir -r /tmp/constraints.txt && rm /tmp/constraints.txt
7777

7878
# Remove nbconvert to avoid https://github.com/advisories/GHSA-xm59-rqc7-hhvf in the base NGC PyTorch image.
79-
RUN pip3 uninstall -y nbconvert || true
79+
RUN pip3 uninstall -y nbconvert pillow || true
8080

8181
# Install UCX, NIXL, etcd
8282
# TODO: Combine these into the main install.sh script

0 commit comments

Comments
 (0)