devve1 commited on
Commit
b7b5b14
1 Parent(s): c147979

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04
3
  ARG DEBIAN_FRONTEND=noninteractive
4
 
5
  RUN apt-get update && apt-get install --no-install-recommends -y \
 
6
  build-essential \
7
  ffmpeg \
8
  libsm6 \
 
3
  ARG DEBIAN_FRONTEND=noninteractive
4
 
5
  RUN apt-get update && apt-get install --no-install-recommends -y \
6
+ apt-utils \
7
  build-essential \
8
  ffmpeg \
9
  libsm6 \