kiurtis commited on
Commit
2d07763
·
1 Parent(s): b5fc376

new dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
  FROM nvidia/cuda:12.2.0-runtime-ubuntu20.04
 
2
 
3
  # Install basic system dependencies including software-properties-common
4
  RUN apt-get update && apt-get install -y \
 
1
  FROM nvidia/cuda:12.2.0-runtime-ubuntu20.04
2
+ ENV DEBIAN_FRONTEND=noninteractive
3
 
4
  # Install basic system dependencies including software-properties-common
5
  RUN apt-get update && apt-get install -y \