am-om commited on
Commit
916d8ca
·
1 Parent(s): 897621a

dekh le bro

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -14,8 +14,13 @@ COPY ./requirements.txt /code/requirements.txt
14
  RUN apt-get update && apt-get install -y \
15
  libgl1 \
16
  libglib2.0-0 \
 
 
 
17
  && rm -rf /var/lib/apt/lists/*
18
 
 
 
19
  # 5. Copy all your application files (backend_app.py, best.pt) into the container.
20
  COPY . /code/
21
 
 
14
  RUN apt-get update && apt-get install -y \
15
  libgl1 \
16
  libglib2.0-0 \
17
+ libsm6 \
18
+ libxext6 \
19
+ libxrender1 \
20
  && rm -rf /var/lib/apt/lists/*
21
 
22
+
23
+
24
  # 5. Copy all your application files (backend_app.py, best.pt) into the container.
25
  COPY . /code/
26