Deva8 commited on
Commit
632fce6
·
1 Parent(s): 4de914d

Fix timezone interactive prompt

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@ FROM pytorch/pytorch:2.1.0-cuda12.1-cudnn8-runtime
2
 
3
  WORKDIR /app
4
 
 
 
5
  # System deps
6
  RUN apt-get update && apt-get install -y \
7
  git \
 
2
 
3
  WORKDIR /app
4
 
5
+ ENV DEBIAN_FRONTEND=noninteractive
6
+
7
  # System deps
8
  RUN apt-get update && apt-get install -y \
9
  git \