ahmedzein commited on
Commit
b0e6825
·
verified ·
1 Parent(s): 58fb346

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -2,10 +2,10 @@
2
  FROM ubuntu
3
 
4
  WORKDIR /usr/src/app
5
- RUN add-apt-repository main
6
  RUN apt-get update
7
- RUN apt-get install -y libgl1-mesa-glx
8
- RUN sudo apt install python3-pip
9
 
10
  COPY requirements.txt .
11
 
 
2
  FROM ubuntu
3
 
4
  WORKDIR /usr/src/app
5
+ # RUN add-apt-repository main
6
  RUN apt-get update
7
+ # RUN apt-get install -y libgl1-mesa-glx
8
+ RUN sudo apt install -y python3-pip
9
 
10
  COPY requirements.txt .
11