fffiloni commited on
Commit
c71a436
·
verified ·
1 Parent(s): 8c721c6

Update Dockerfile

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