rcastriotta commited on
Commit
32e5008
·
verified ·
1 Parent(s): 17ff85c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
2
 
 
 
3
  RUN apt-get update && apt-get install -y \
4
  ffmpeg \
5
  tk \
 
1
  FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
2
 
3
+ ENV DEBIAN_FRONTEND=noninteractive
4
+
5
  RUN apt-get update && apt-get install -y \
6
  ffmpeg \
7
  tk \