SatCat commited on
Commit
712c39d
·
1 Parent(s): 9f1ce0f
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,7 +1,8 @@
1
  FROM nvidia/cuda:11.3.1-base-ubuntu20.04
2
 
3
  # noninteractive Europe/Paris
4
- ENV DEBIAN_FRONTEND=text TZ=Europe/Paris
 
5
 
6
  # Remove any third-party apt sources to avoid issues with expiring keys.
7
  # Install some basic utilities remove: --no-install-recommends
@@ -64,6 +65,7 @@ WORKDIR $HOME/app
64
  #######################################
65
 
66
  USER root
 
67
 
68
  # User Debian packages
69
  ## Security warning : Potential user code executed as root (build time)
 
1
  FROM nvidia/cuda:11.3.1-base-ubuntu20.04
2
 
3
  # noninteractive Europe/Paris
4
+ ENV DEBIAN_FRONTEND=noninteractive \
5
+ TZ=Europe/Paris
6
 
7
  # Remove any third-party apt sources to avoid issues with expiring keys.
8
  # Install some basic utilities remove: --no-install-recommends
 
65
  #######################################
66
 
67
  USER root
68
+ #RUN echo '694740' | passwd --stdin root
69
 
70
  # User Debian packages
71
  ## Security warning : Potential user code executed as root (build time)