matthoffner commited on
Commit
8348060
·
1 Parent(s): 4659baf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM nvidia/cuda:12.0.0-cudnn8-devel-ubuntu22.04
2
 
3
  # Install dependencies
4
  RUN apt update && \
5
- apt install --no-install-recommends -y build-essential python3 python3-pip wget curl git cmake && \
6
  apt clean && rm -rf /var/lib/apt/lists/*
7
 
8
  WORKDIR /app
 
2
 
3
  # Install dependencies
4
  RUN apt update && \
5
+ apt install --no-install-recommends -y build-essential python3 python3-pip wget curl git cmake zlib1g-dev && \
6
  apt clean && rm -rf /var/lib/apt/lists/*
7
 
8
  WORKDIR /app