ojoel98 commited on
Commit
53192fa
·
verified ·
1 Parent(s): 5d97fee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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