huathedev commited on
Commit
b5a5d67
·
1 Parent(s): f19dbd4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /code
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
  RUN apt-get update && apt-get upgrade -y && apt-get install gcc -y
7
- RUN apt-get update && apt-get install libgl1
8
  RUN pip install --no-cache-dir -r /code/requirements.txt
9
 
10
  RUN pip install numpy
 
4
 
5
  COPY ./requirements.txt /code/requirements.txt
6
  RUN apt-get update && apt-get upgrade -y && apt-get install gcc -y
7
+ RUN apt-get update && apt-get install libgl1 -y
8
  RUN pip install --no-cache-dir -r /code/requirements.txt
9
 
10
  RUN pip install numpy