Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -4,6 +4,8 @@ WORKDIR /app
|
|
| 4 |
|
| 5 |
COPY requirements.txt .
|
| 6 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
|
|
|
| 7 |
|
| 8 |
COPY Data /app3/Data
|
| 9 |
COPY ROCAS.token.txt /app3/ROCAS.token.txt
|
|
|
|
| 4 |
|
| 5 |
COPY requirements.txt .
|
| 6 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 7 |
+
RUN apt-get update && apt-get install -y libgl1-mesa-glx
|
| 8 |
+
|
| 9 |
|
| 10 |
COPY Data /app3/Data
|
| 11 |
COPY ROCAS.token.txt /app3/ROCAS.token.txt
|