Skip to content

Commit a1ff9d2

Browse files
authored
Adds zip and unzip to dockerfile (#1189)
Signed-off-by: Charlelie Laurent <[email protected]>
1 parent 0d820ce commit a1ff9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN pip install "pip>=23.2.1" "setuptools>=77.0.3"
2424

2525
# Setup git lfs, graphviz gl1(vtk dep)
2626
RUN apt-get update && \
27-
apt-get install -y git-lfs graphviz libgl1 && \
27+
apt-get install -y git-lfs graphviz libgl1 zip unzip && \
2828
git lfs install
2929

3030
ENV _CUDA_COMPAT_TIMEOUT=90

0 commit comments

Comments
 (0)