"stubs/torch/vscode:/vscode.git/clone" did not exist on "ba7df62186ee8f7feec7090d0faded762480af5e"
Commit 3f290e5f authored by Paul's avatar Paul
Browse files

Add missign zlib dependency

parent 895ba1ce
...@@ -41,7 +41,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow- ...@@ -41,7 +41,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-
rocm-opencl-dev \ rocm-opencl-dev \
rocminfo \ rocminfo \
software-properties-common \ software-properties-common \
wget && \ wget \
zlib1g-dev && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment