mkManishKumar commited on
Commit
c21b96a
·
verified ·
1 Parent(s): 1c7a9bd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -6,8 +6,8 @@ WORKDIR /app
6
  # Copy the current directory contents into the container at /app
7
  COPY . /app
8
 
9
- RUN apt-get update /
10
- && apt-get install libgl1-mesa-glx
11
 
12
  # Install any needed dependencies specified in requirements.txt
13
  RUN pip install --no-cache-dir -r requirements.txt
 
6
  # Copy the current directory contents into the container at /app
7
  COPY . /app
8
 
9
+ RUN apt-get update
10
+ RUN apt-get install libgl1-mesa-glx
11
 
12
  # Install any needed dependencies specified in requirements.txt
13
  RUN pip install --no-cache-dir -r requirements.txt