pragnakalp commited on
Commit
73f9aa6
1 Parent(s): ed3f194

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
  FROM python:3.8.10
 
2
 
3
  WORKDIR /content
4
  RUN apt-get update -y && apt-get upgrade -y && apt-get install -y sudo && apt-get install -y python3-pip && pip3 install --upgrade pip
 
1
  FROM python:3.8.10
2
+ ENV DEBIAN_FRONTEND noninteractive
3
 
4
  WORKDIR /content
5
  RUN apt-get update -y && apt-get upgrade -y && apt-get install -y sudo && apt-get install -y python3-pip && pip3 install --upgrade pip