jxtan commited on
Commit
85eb546
·
1 Parent(s): 7cb7e56

Stuck while installing

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
  FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-runtime
 
2
 
3
  RUN apt-get update && \
4
  apt-get upgrade -y && \
 
1
  FROM pytorch/pytorch:2.1.2-cuda12.1-cudnn8-runtime
2
+ ENV DEBIAN_FRONTEND=noninteractive
3
 
4
  RUN apt-get update && \
5
  apt-get upgrade -y && \