Commit
·
1702d58
1
Parent(s):
6f8aef4
build fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ WORKDIR /code
|
|
7 |
|
8 |
COPY ./requirements.txt /code/requirements.txt
|
9 |
|
10 |
-
RUN apt-get update && apt-get install -y libgl1
|
11 |
|
12 |
RUN pip install --no-cache-dir --upgrade pip \
|
13 |
&& pip install --no-cache-dir -r /code/requirements.txt
|
|
|
7 |
|
8 |
COPY ./requirements.txt /code/requirements.txt
|
9 |
|
10 |
+
RUN apt-get update && apt-get install -y libgl1 libglib2.0-0
|
11 |
|
12 |
RUN pip install --no-cache-dir --upgrade pip \
|
13 |
&& pip install --no-cache-dir -r /code/requirements.txt
|